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/19 14:58:39 UTC

[1/2] logging-log4j2 git commit: LOG4J2-1297 garbage-free manual page minor edit

Repository: logging-log4j2
Updated Branches:
  refs/heads/master d316f7244 -> c73f49b31


LOG4J2-1297 garbage-free manual page minor edit


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/857f06f2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/857f06f2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/857f06f2

Branch: refs/heads/master
Commit: 857f06f2056a98ac3da4728dfc6d8560afb8df24
Parents: d316f72
Author: rpopma <rp...@apache.org>
Authored: Thu May 19 23:58:21 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Thu May 19 23:58:21 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/garbagefree.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/857f06f2/src/site/xdoc/manual/garbagefree.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/garbagefree.xml b/src/site/xdoc/manual/garbagefree.xml
index 7e856e2..af559b6 100644
--- a/src/site/xdoc/manual/garbagefree.xml
+++ b/src/site/xdoc/manual/garbagefree.xml
@@ -64,7 +64,8 @@
           Mission Control shows that with Log4j 2.5 this application allocates memory at a rate of about 809 MB/sec,
           resulting in 141 minor collections.
           Log4j 2.6 does not allocate temporary objects in this configuration, and as a result
-          the same application with Log4j 2.6 has a memory allocation rate of 1.6 MB/sec and had 0 (zero) garbage collections.
+          the same application with Log4j 2.6 has a memory allocation rate of 1.6 MB/sec and
+          was GC-free with 0 (zero) garbage collections.
         </p>
         <table>
           <tr>


[2/2] logging-log4j2 git commit: LOG4J2-1179 update top page with results of performance investigation

Posted by rp...@apache.org.
LOG4J2-1179 update top page with results of performance investigation


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c73f49b3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c73f49b3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c73f49b3

Branch: refs/heads/master
Commit: c73f49b312d129a51e05a7bc90d7f5a4684b8433
Parents: 857f06f
Author: rpopma <rp...@apache.org>
Authored: Thu May 19 23:59:14 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Thu May 19 23:59:14 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73f49b3/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 50912cc..eb1ab7f 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -52,8 +52,8 @@
               orders of magnitude lower latency than Log4j 1.x and Logback.
               See <a href="manual/async.html#Performance">Asynchronous Logging Performance</a>
               for details.
-              Otherwise, Log4j 2 performs faster than Log4j 1.x in critical areas
-              and similarly to Logback under most circumstances.
+              Otherwise, Log4j 2 significantly outperforms Log4j 1.x, Logback and java.util.logging,
+              especially in multi-threaded applications.
               See <a href="performance.html">Performance</a> for more information.
             </dd>
             <dt>Support for multiple APIs</dt>