當我們測試完後,最關心就是結果資料了,下面一起來分析Jmeter聚合報告資料。
首先來看下Jmeter的help是如何解釋這些含義的。
1、Label - The label of the sample. If "Include group name in label?" is selected, then the name of the thread group is added as a prefix. This allows identical labels from different thread groups to be collated separately if required.
2、 Samples - The number of samples with the same label
3、Average - The average time of a set of results
4、Median - The median is the time in the middle of a set of results. 50% of the samples took no more than this time; the remainder took at least as long。
5、90% Line - 90% of the samples took no more than this time. The remaining samples took at least as long as this. (90th percentile)
6、95% Line - 95% of the samples took no more than this time. The remaining samples took at least as long as this. (95th percentile)
7、99% Line - 99% of the samples took no more than this time. The remaining samples took at least as long as this. (99th percentile)
8、Min - The shortest time for the samples with the same label
9、Max - The longest time for the samples with the same label
10、Error % - Percent of requests with errors
11、Throughput - the 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.
12、Received KB/sec - The throughput measured in received Kilobytes per second
13、Sent KB/sec - The throughput measured in sent Kilobytes per second
我用百度翻譯了一下,大緻意思如下:
1、Label - 請求對應的name屬性值。
2、 Samples - 具有相同标号的樣本數,總的送出請求數。
3、Average - 請求的平均響應時間。
4、Median - 50%的樣本都沒有超過這個時間。這個值是指把所有資料按由小到大将其排列,就是排列在第50%的值。
5、90% Line - 90%的樣本都沒有超過這個時間。這個值是指把所有資料按由小到大将其排列,就是排列在第90%的值。
6、95% Line - 95%的樣本都沒有超過這個時間。這個值是指把所有資料按由小到大将其排列,就是排列在第95%的值。
7、99% Line - 99%的樣本都沒有超過這個時間。這個值是指把所有資料按由小到大将其排列,就是排列在第99%的值。
8、Min - 最小響應時間。
9、Max - 最大響應時間。
10、Error % - 本次測試中,有錯誤請求的百分比。
11、Throughput - 吞吐量是以每秒/分鐘/小時的請求量來度量的。這裡表示每秒完成的請求數。
12、Received KB/sec - 收到的千位元組每秒的吞吐量測試。
13、Sent KB/sec - 發送的千位元組每秒的吞吐量測試。