Formulas for Total Hits
Formulas for calculating Total Hits, Total Throughput, Average Hits and Average Throughputs in the Iteration summary reports
This article talks about calculation of Total Hits, Total Throughput, Average Hits and Average Throughput/s in the Iteration summary reports.
1. Total Hits: Total Hits == Total request.
2. Total Throughput:
Formulas: TotalThroughput = (stepSummary.avgSize * stepSummary.success)
Ex: if average size is 2.17 and success count is 25 then the Total Throughput =2.17*25= 54.3 KB
3.Average Hits:
Formula: Average hits = total hits (requests) / Duration of test in secs
Ex: If total request is 125 and Duration of test in sec in 25 sec then Average Hits =125/25 =5 hits/s.
4. Average Throughput:
Formula: Average Throughput = Total throughput in kb / duration of test in secs
Ex: Total throughput in kb is 54.3 KB and Duration of test in sec in 25sec then Average Throughput =54.3/25 =2.17 KB/s.