Aggregate report is a Listener commonly used in JMeter, and Chinese is translated as " aggregated reports " . Let's publish it here for your inspection.
If everyone is doing web performance tests for applications, such as only one login request, then in the aggregate report 10 fields, meaning the following respectively.
label : Each  JMETER  element http Request  NAME   NAME 
#Samples : Indicates how many requests you have made in this test, if you simulate 10 10 times, then this shows 100
average : Average response time--by default, a single  REQUEST  transaction controller TRANSACTION 
median : Median, which is 50 %   user response time
90% Line : - % Response time of the user
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 transaction controller  LOADRUNNER  transaction per second
kb/sec : The amount of data received from the server side per second, equivalent to LoadRunner in the throughput/sec
This article from the "Half wake half drunk half-floating" blog, please be sure to keep this source http://sweettesting.blog.51cto.com/12233355/1870985
Aggregated reports for analysis JMeter (Aggregate report)