Reputation: 3
I have hard time to understand the throughput for multiple requests total throughput.
for example, I send 10 request to app server like request 1, request 2, so on, and I get results for them and for total, example, my request 1 has 17/ sec, request 2 has 18/sec and Total throughput is 115/sec. so the application throughput is 17/sec or 115/sec ?
I don't know how to explain or understand the results.
Upvotes: 0
Views: 41
Reputation: 58772
I think you are confusing between response time and Throughput
Throughput is measured in requests per second
Throughput shows how many requests sent in one second
i.e. 30.0 requests/minute is saved as 0.5.
Upvotes: 1