Aggregate report is a Listener commonly used in JMeter, and Chinese is translated into "aggregated reports". Once again today, peers asked what the data in this report mean, and by the way, to be published here for everyone to check.
If everyone is doing Web application performance testing , such as only one login request, then in aggregate report, a row of data, a total of 10 fields, the meaning is as follows.
Label: Each JMeter element (for example, HTTP Request) has a name attribute, which shows the value of the Name property
#Samples: Indicates how many requests you have made in this test, and if you simulate 10 users, each user iterates 10 times, then this shows a 100
Average: Average response time--the average response time of a single Request by default, or the average response time in Transaction when a Transaction Controller is used
Median: Median, which is the response time of 50% users
90% line:90% User's response time
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, indicates the number of requests completed per second (request per Second), and when Transaction Controller is used, it can also represent LoadRunner -like Transaction per Second number
Kb/sec: The amount of data received from the server side per second, equivalent to throughput/sec in LoadRunner
"Go" Understanding jmeter Aggregation Report (Aggregate)