Jmeter结果分析
Jmeter Result Analysis
我已经使用 jmeter 创建测试脚本来登录并使用 10 threads
和 10 sec ramp up periods
在工作门户上发布工作。
谁能给我解释一下下面的结果?
No. of sample:820 latest sample:3576 Average:654
Deviation: 1003 Throughput: 808.028/minute median:237
请查看以下内容link,它将回答您的所有问题
http://jmeterresults.blogspot.com/2012/07/jmeterunderstanding-summary-report.html
根据The Load Reports指南
No. of Samples is the number of samples with the same label.
Average is the average time of a set of results.
Median is a number which divides the samples into two equal halves. Half of the samples are smaller than the median, and half are larger. [Some samples may equal the median.] This is a standard statistical measure. The
Median is the same as the 50th Percentile.
90% Line (90th Percentile) meaning 90% of the samples took no more than this time.
Min is the shortest time for the samples with the same label
Max is the longest time for the samples with the same label
Error % is the percent of requests with errors
Throughput is measured in requests per second/minute/hour. The time unit is chosen so that the displayed rate is at least 1.0. When the throughput is saved to a CSV file, it is expressed in requests/second, i.e. 30.0 requests/minute is saved as 0.5.
Kb/sec - throughput measured in Kilobytes per second. Time is in milliseconds.
有关其他 JMeter 指标和术语信息,请参阅 JMeter Glossary
我已经使用 jmeter 创建测试脚本来登录并使用 10 threads
和 10 sec ramp up periods
在工作门户上发布工作。
谁能给我解释一下下面的结果?
No. of sample:820 latest sample:3576 Average:654
Deviation: 1003 Throughput: 808.028/minute median:237
请查看以下内容link,它将回答您的所有问题 http://jmeterresults.blogspot.com/2012/07/jmeterunderstanding-summary-report.html
根据The Load Reports指南
No. of Samples is the number of samples with the same label.
Average is the average time of a set of results.
Median is a number which divides the samples into two equal halves. Half of the samples are smaller than the median, and half are larger. [Some samples may equal the median.] This is a standard statistical measure. The Median is the same as the 50th Percentile.
90% Line (90th Percentile) meaning 90% of the samples took no more than this time.
Min is the shortest time for the samples with the same label
Max is the longest time for the samples with the same label
Error % is the percent of requests with errors
Throughput is measured in requests per second/minute/hour. The time unit is chosen so that the displayed rate is at least 1.0. When the throughput is saved to a CSV file, it is expressed in requests/second, i.e. 30.0 requests/minute is saved as 0.5.
Kb/sec - throughput measured in Kilobytes per second. Time is in milliseconds.
有关其他 JMeter 指标和术语信息,请参阅 JMeter Glossary