Jmeter摘要报告分析 [英] Jmeter Summary Report analysis

查看:232
本文介绍了Jmeter摘要报告分析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以解释一下如何分析jmeter的摘要报告吗?

Can anyone please explain like how to analyze jmeter's Summary Report?

示例:

Label : Login Action(sampler)
Sample# : 1
average: 104             // What does this mean actually?
min : 104                // What does this mean actually?
max : 104
stddev : 0               // What does this mean actually?
error% : 0
Throughput : 9.615384615 // What does this mean actually?
Kb/Sec : 91.74053486     // What does this mean actually?
Average Bytes : 9770     // What does this mean actually?

推荐答案

这很简单:

  • 平均值,最小值最大值是请求的响应时间(以毫秒为单位).从请求到响应的响应时间os被接收.因为您只有一个请求,所以它们当然都是相等的.

  • Average, min and max is the response times for the request in milliseconds. The response time os from the request is sent to the response is received. Since you have only one request they are of course all equal.

stddev 是对响应时间变化的度量: http://en.wikipedia.org/wiki/Standard_deviation .

stddev is a measure of the variation of the response times: http://en.wikipedia.org/wiki/Standard_deviation.

吞吐量是每秒的请求数.平均响应时间略高于100毫秒,吞吐量略低于10.

Throughput is number of requests per second. With a average response time a little over 100ms the throughput is a little below 10.

Kb/秒是每秒传输的千字节数.它是平均字节(每个请求)*吞吐量.我不确定平均字节是仅用于响应还是用于请求和响应.我的猜测是后者.后者是:响应标头和正文.

Kb/Sec is the number of kilobytes transferred per second. It is Average Bytes (per request) * Throughput. I am not sure if the average bytes is for only the response or both the request and the response. My guess is that it is the latter. It is the latter: response headers and body.

这篇关于Jmeter摘要报告分析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆