How is throughput calculated in JMeter summary report?
William Brown
Updated on June 14, 2026
.
Accordingly, what is throughput in JMeter summary report?
The Throughput: is the number of requests per unit of time (seconds, minutes, hours) that are sent to your server during the test. The Response time: is the elapsed time from the moment when a given request is sent to the server until the moment when the last bit of information has returned to the client.
Also, what is throughput in JMeter aggregate report? Throughput: Throughput is the number of request that are processed per time unit(seconds, minutes, hours) by the server. This time is calculated from the start of first sample to the end of the last sample. Larger throughput is better.
Also, how Throughput is calculated in JMeter?
Throughput is calculated as requests/unit of time. The time is calculated from the start of the first sample to the end of the last sample. This includes any intervals between samples, as it is supposed to represent the load on the server. The formula is: Throughput = (number of requests) / (total time).
What is throughput and deviation in JMeter?
Standard deviation quantifies how much response time varies around its mean, or average. Deviations should be minimum i.e. less than 5%. Thoughput is defined as number of requests processed per second. It is better to use Throughput as a factor to judge system/application performance.
Related Question Answers