You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/05/15 11:16:03 UTC

logging-log4j2 git commit: LOG4J2-1179 removed log-scale latency histogram from async loggers page

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 <rp...@apache.org>
Authored: Sun May 15 20:16:25 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun May 15 20:16:25 2016 +0900

----------------------------------------------------------------------
 ...ogramAllAsyncClassicVsLog4j1-16Threads@128k.png | 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/ResponseTmHistogramAllAsyncClassicVsLog4j1-16Threads@128k.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/ResponseTmHistogramAllAsyncClassicVsLog4j1-16Threads@128k.png b/src/site/resources/images/ResponseTmHistogramAllAsyncClassicVsLog4j1-16Threads@128k.png
deleted file mode 100644
index fcfb7f5..0000000
Binary files a/src/site/resources/images/ResponseTmHistogramAllAsyncClassicVsLog4j1-16Threads@128k.png 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/ResponseTmHistogramAllAsyncClassicVsLog4j1-16Threads@128k.png"
-            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.