当咱们测试完后,最关心就是结果数据了,下面一块儿来分析Jmeter聚合报告数据。express
首先来看下Jmeter的help是如何解释这些含义的。ide
一、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.测试
二、 Samples - The number of samples with the same labelui
三、Average - The average time of a set of resultsthis
四、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。spa
五、90% Line - 90% of the samples took no more than this time. The remaining samples took at least as long as this. (90th percentile)翻译
六、95% Line - 95% of the samples took no more than this time. The remaining samples took at least as long as this. (95th percentile)blog
七、99% Line - 99% of the samples took no more than this time. The remaining samples took at least as long as this. (99th percentile)rem
八、Min - The shortest time for the samples with the same labelrequests
九、Max - The longest time for the samples with the same label
十、Error % - Percent of requests with errors
十一、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.
十二、Received KB/sec - The throughput measured in received Kilobytes per second
1三、Sent KB/sec - The throughput measured in sent Kilobytes per second
我用百度翻译了一下,大体意思以下:
一、Label - 请求对应的name属性值。
二、 Samples - 具备相同标号的样本数,总的发出请求数。
三、Average - 请求的平均响应时间。
四、Median - 50%的样本都没有超过这个时间。这个值是指把全部数据按由小到大将其排列,就是排列在第50%的值。
五、90% Line - 90%的样本都没有超过这个时间。这个值是指把全部数据按由小到大将其排列,就是排列在第90%的值。
六、95% Line - 95%的样本都没有超过这个时间。这个值是指把全部数据按由小到大将其排列,就是排列在第95%的值。
七、99% Line - 99%的样本都没有超过这个时间。这个值是指把全部数据按由小到大将其排列,就是排列在第99%的值。
八、Min - 最小响应时间。
九、Max - 最大响应时间。
十、Error % - 本次测试中,有错误请求的百分比。
十一、Throughput - 吞吐量是以每秒/分钟/小时的请求量来度量的。这里表示每秒完成的请求数。
十二、Received KB/sec - 收到的千字节每秒的吞吐量测试。
1三、Sent KB/sec - 发送的千字节每秒的吞吐量测试。