I'm seeing some results in the Summary Report listener that doesn't
really make sense to me. The test runs 200 concurrent users all
requesting the same resource for 60 seconds. Here are the Summary
Report Listener results:

Num requests:   101243
Average:           118
Min:                  5
Max:                 27743
Std dev:            349
Error:                0%
Throughput:       1681/sec
KB/sec:            8210
Average bytes:  5000

It says the throughput is 1681 transactions per second. This seems to
make sense since 101243 / 60 = 1687. However, this means that on
average each transaction should take about 1/1681 * 1000 = 0.59 ms. It
makes sense to me that each request would take less than 1 ms if you
are doing more than 1000 transactions per second. However, the minimum
transaction time listed is 5 ms. Can someone explain this to me?

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to