Analyze the aggregate report of JMeter (Aggregate Report)
Aggregate Report is a Listener commonly used by JMeter, which is translated into "aggregate report" in Chinese. Here is a public announcement for everyone's reference.
If everyone is doing the performance test of the Web application, for example, there is only one login request, then a row of data with a total of 10 fields will be displayed in the Aggregate Report, with the following meanings.
Label: the element of each JMeter (for example, HTTP Request) has a Name attribute. Here is the value of the Name attribute.
# Samples: indicates how many requests you have made in this test. If you simulate 10 users and each user iterates 10 times, then 100 is shown here.
Average: average response time-by default, it is the average response time of a single Request, and when Transaction Controller is used, it can also be displayed in Transaction units
Median: the median, which is the response time of 50% of the users
Response time of 90% Line:90% users
Min: minimum response time
Max: maximum response time
Error%: number of requests with errors in this test / total number of requests
Throughput: throughput-by default, the number of requests completed per second (Request per Second). When Transaction Controller is used, it can also represent the number of Transaction per Second similar to LoadRunner.
KB/Sec: the amount of data received from the server per second, equivalent to the Throughput/Sec in LoadRunner