Copyright Notice : This article may be reproduced, but not without my permission, shall not be used for any commercial purposes or other purposes for the purpose of profit. I reserve all the rights to this article. If you want to reprint, please reprint is to retain this copyright notice, and to ensure the integrity of this article. Also please the author to understand the work of creation, respect for the labor achievements of the authors.
Author: lei (Jackei)
Email: jackeichan@gmail.com
Blog:http://jackei.cnblogs.com
The Aggregate report is a Listener commonly used in JMeter, which is translated into "aggregation reporting". Today, we have a colleague to ask what the data in this report means, by the way, let's publish it here for your reference.
If everyone is doing Web application performance testing, such as only one login request, then in the aggregate, there will be a row of data, a total of 10 fields, meaning the following.
#Samples: How many requests have you made in this test, and if you simulate 10 users and each user iterates 10 times, here are 100
Average: Average response time--the average response time for a single Request by default, and when Transaction Controller is used, the average response time can also be displayed in Transaction units
Median: Median, the response time of 50% users
90% line:90% User Response time
Note: For 50% and 90% concurrent user numbers, refer to the following
Http://www.cnblogs.com/jackei/archive/2006/11/11/557972.html
Min: Minimum response time
Max: Maximum response time
error%: Number of requests/requests with errors in this test
Throughput: Throughput--By default, the number of requests completed per second (Request/Second), when Transaction Controller is used, can also indicate LoadRunner of a similar Transaction Number of Second
Kb/sec: The amount of data received from the server side per second, equivalent to the throughput/sec in LoadRunner
In addition, if you encounter problems in the process of using JMeter, we recommend that you refer to the following article
Http://www.cnblogs.com/jackei/archive/2006/11/06/551921.html
For additional articles on JMeter and performance testing, see the links below
L