https://bz.apache.org/bugzilla/show_bug.cgi?id=52073

--- Comment #7 from Philippe Mouawad <[email protected]> ---
Hello,
I benchmarked the PR 155 by Benoit W.(that he updated this evening), the gain
of Throughtput with 15 threads is 1.65 bigger than the throughput without it.

I will be commiting it tomorrow, unless there is opposition.

Regards

Benchmark conditions:
- Tomcat with session timeout 1 minute
- Keepalive on connector: 2s

    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               enableLookups="false"
               keepAliveTimeout="2000"
               minSpareThreads="50"
               acceptorThreadCount="2"
               compression="off"
               redirectPort="8443" />

- Log level to WARN

JMeter in Non GUI mode:
-server -Xms1024m -Xmx1024m -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xss256k
-Dcom.sun.management.jmxremote.port=3333
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false  -XX:+UseThreadPriorities
-XX:ThreadPriorityPolicy=42  -verbose:gc -XX:+PrintGCDetails
-XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintGCDetails
-XX:+PrintGCApplicationConcurrentTime -XX:+PrintGCApplicationStoppedTime
-XX:+PrintTenuringDistribution -XX:+PrintGCDetails -XX:+PrintHeapAtGC
-XX:+PrintGCCause  -Xloggc:/data/jmeter/verbose-3.0.log
-Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to