Jmeter Aggregated Report Analysis

Label : Each  JMeter   element (such as HTTP  Request ) has a  Name  property, and the value of the  Name  property is displayed here

#Samples : Indicates how many requests you made in this test. If you simulate 10 users and each user iterates 10 times, then 100 is displayed here

Average : Average response time - by default, it is the average response time of a single  Request  . When the  Transaction Controller  is used, the average response time can also be displayed in units of Transactions 

Median : Median, which is the response time of  50 % of users 

90% Line : Response time for 90 % of users 

Note : For the meaning of  50 %  and  90 %  concurrent users, please refer to the following

http://www.cnblogs.com/jackei/archive/2006/11/11/557972.html

Min : Minimum response time

Max : maximum response time

Error% : The number of requests with errors in this test / the total number of requests

Throughput : Throughput - By default, it indicates the number of requests completed per second ( Request per Second ), and when  Transaction Controller  is used, it can also indicate the number of  Transaction per Second  similar to  LoadRunner 

KB/Sec : The amount of data received from the server per second, equivalent to Throughput /Sec in LoadRunner

From http://blog.sina.com.cn/s/blog_7575fab10102uy0i.html

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326331760&siteId=291194637
Recommended