Repository: logging-log4j2 Updated Branches: refs/heads/master a9abf4999 -> 17eaaab76
LOG4J2-1179 removed log-scale latency histogram from async loggers page Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/17eaaab7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/17eaaab7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/17eaaab7 Branch: refs/heads/master Commit: 17eaaab7605598b1b173ed06f7fc85dd6794ecaa Parents: a9abf49 Author: rpopma <[email protected]> Authored: Sun May 15 20:16:25 2016 +0900 Committer: rpopma <[email protected]> Committed: Sun May 15 20:16:25 2016 +0900 ---------------------------------------------------------------------- [email protected] | Bin 33079 -> 0 bytes src/site/xdoc/manual/async.xml | 8 -------- 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/17eaaab7/src/site/resources/images/[email protected] ---------------------------------------------------------------------- diff --git a/src/site/resources/images/[email protected] b/src/site/resources/images/[email protected] deleted file mode 100644 index fcfb7f5..0000000 Binary files a/src/site/resources/images/[email protected] and /dev/null differ http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/17eaaab7/src/site/xdoc/manual/async.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/async.xml b/src/site/xdoc/manual/async.xml index bda4902..6e1ad58 100644 --- a/src/site/xdoc/manual/async.xml +++ b/src/site/xdoc/manual/async.xml @@ -732,14 +732,6 @@ -XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime (to eyeball GC and safepoint pauses)</li> </ul> <p> - <img src="../images/[email protected]" - alt="Histogram of async latency" /> - </p> - <p>Note that this is log-scale, not linear. The above graph compares the latency distributions of - an asynchronous logger and a Log4j 1.2.17 Async Appender. This shows the latency of one thread - during a test where 16 threads are logging in parallel. - </p> - <p> The graph below compares response time latency of the ArrayBlockingQueue-based asynchronous appenders in Logback 1.1.7, Log4j 1.2.17 to the various options for asynchronous logging that Log4j 2.6 offers.
