Repository: logging-log4j2 Updated Branches: refs/heads/master 17eaaab76 -> 7e548f0f6
LOG4J2-1179 added performance page sub-items to left side-nav bar Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7e548f0f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7e548f0f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7e548f0f Branch: refs/heads/master Commit: 7e548f0f6a74d843943f0f6a0b7b512959548807 Parents: 17eaaab Author: rpopma <[email protected]> Authored: Sun May 15 20:47:55 2016 +0900 Committer: rpopma <[email protected]> Committed: Sun May 15 20:47:55 2016 +0900 ---------------------------------------------------------------------- src/site/site.xml | 12 +++++++++++- src/site/xdoc/performance.xml | 3 ++- 2 files changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7e548f0f/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index df04ed6..286b459 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -44,7 +44,17 @@ <item name="Runtime Dependencies" href="/runtime-dependencies.html"/> <item name="Articles" href="/articles.html"/> <item name="FAQ" href="/faq.html"/> - <item name="Performance" href="/performance.html"/> + <item name="Performance" href="/performance.html" collapse="true"> + <item name="Benchmarks" href="/performance.html#benchmarks" /> + <item name="Logging Library Comparison" href="/performance.html#loglibComparison" /> + <item name="Async Logging Comparison" href="/performance.html#asyncLogging" /> + <item name="Async Logging Latency" href="/performance.html#asyncLoggingResponseTime" /> + <item name="Parameters" href="/performance.html#asyncLoggingWithParams" /> + <item name="Location" href="/performance.html#asyncLoggingWithLocation" /> + <item name="File Logging Comparison" href="/performance.html#fileLoggingComparison" /> + <item name="Filtering Comparison" href="/performance.html#filtering" /> + <item name="Trade-offs" href="/performance.html#tradeoffs" /> + </item> <item name="Thanks" href="/thanks.html"/> </menu> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7e548f0f/src/site/xdoc/performance.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/performance.xml b/src/site/xdoc/performance.xml index fdfe0e4..56d258f 100644 --- a/src/site/xdoc/performance.xml +++ b/src/site/xdoc/performance.xml @@ -264,6 +264,7 @@ TODO <h4>Synchronous Socket Sustained Throughput Comparison</h4> <h4>Synchronous Syslog Sustained Throughput Comparison</h4> --> + <a name="filtering" /> <h4>Advanced Filtering</h4> <p> Both Logback and Log4j 2 support advanced filtering. Logback calls them TurboFilters while @@ -430,7 +431,7 @@ TODO Testing has shown that Log4j 2 benefits greatly from running in server mode and user's are strongly encouraged to configure their applications to run in server mode when using Log4j 2. </p> - + </section> </body> </document>
