如何分析JMeter摘要报告? [英] How to analyze a JMeter summary report?

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

问题描述

运行负载测试时,我得到以下结果.有人可以帮我阅读报告吗?

I get the following result when I run a load test. Can any one help me to read the report?

the number of thread = '500 '
ramp up period = '1'

Sample      =       '500'
Avg     =       '20917'
min         =       '820'
max         =       '48158'
Std Deviation   =       '10563.178194669255'
Error %     =       '0.046'
throughput      =       '10.375381295262601'
KB/Sec          =       `247.05023046315702` 
Avg. Bytes      =       '24382.664'

推荐答案

简短说明如下:

  1. 样本-发送的请求数
  2. 平均-所有响应的算术平均值(所有时间/总和)
  3. 最短响应时间(ms)
  4. 最长响应时间(毫秒)
  5. 偏差-参见标准偏差文章
  6. 错误率-测试失败的百分比
  7. 吞吐量–服务器每秒处理多少个请求.越大越好.
  8. KB/秒-自我解释
  9. 平均字节-平均响应大小
  1. Sample - number of requests sent
  2. Avg - an Arithmetic mean for all responses (sum of all times / count)
  3. Minimal response time (ms)
  4. Maximum response time (ms)
  5. Deviation - see Standard Deviation article
  6. Error rate - percentage of failed tests
  7. Throughput - how many requests per second does your server handle. Larger is better.
  8. KB/Sec - self expalanatory
  9. Avg. Bytes - average response size

如果您在解释结果时遇到麻烦,可以尝试 BM.Sense 结果分析服务

If you having troubles with interpreting results you could try BM.Sense results analysis service

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

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