Re: Struts benchmarking

2020-04-23 Thread Martin Gainty
le.com/javase/7/docs/technotes/guides/management/jconsole.html clear as mud? m. From: Lukasz Lenart Sent: Thursday, April 23, 2020 2:43 AM To: Struts Developers List Subject: Re: Struts benchmarking Here are some comparisons, does anybody now how to read this? Str

Re: Struts benchmarking

2020-04-23 Thread Alex Kaiser
Interesting bug. It looks like each test run is sending 5000 requests in total using 100 "client threads". During the test at some interval (it seems random) it's printing out a summary of the test so far. Each summary seems to contain: - Number of requests sent since last summary - The total r

Re: Struts benchmarking

2020-04-22 Thread Lukasz Lenart
Here are some comparisons, does anybody now how to read this? Struts 2.5.22 Starting standalone test @ Thu Apr 23 08:36:14 CEST 2020 (1587623774966) Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445 summary + 2695 in 00:00:15 = 181.9/s Avg: 537 Min:99 Max

Struts benchmarking

2020-04-22 Thread Lukasz Lenart
Hi, I found this old task [1] and it looks interesting to me, we can use benchmarking to test if we did improve performance or not. I'm working on an example application now and how to test it, just wonder if we should add to this to a repo - create a new struts-benchmarking repo? [1]