当前位置:网站首页>JMeter之聚合报告
JMeter之聚合报告
2022-07-21 05:20:00 【测试超有范】
参数说明:
- Label:HTTP请求的名字
- Sample(样本):发了多少个请求
- Average:平均响应时间(单位:毫秒)。默认是单个Request的平均响应时间,当使用了Transaction Controller时,也可以以Transaction为单位显示平均响应时间;
- Medium(中位数):中位数响应时间,50%请求响应的时间(ms)
- 90%line:90%的请求响应不会超过该时间(ms)
- 95%line:95%的请求响应不会超过该时间(ms)
- 99%line:99%的请求响应不会超过该时间(ms)
- error%:出现错误的请求数/请求总数百分比值(请求错误、断言失败都会提现在这里的错误率);
- Min:最小响应时间
- Max:最大响应时间
- through:吞吐量,表示每秒完成的请求数(request per second),注:此吞吐量非。
- received KB/sec:每秒从服务器接受的数据
- sent KB/sec:每秒从客户端发送到服务器的数据
注意:
- JMeter中的时间,一般单位都是ms;
- 中位数、90%line等line的计算方式:把所有请求的响应时间进行排序,取50%、90%位置的响应时间,即50%或90%的用户不超过该值;
- JMeter插件里的吞吐量都是指TPS(每秒完成的请求数)这里提供一个参考:Jmeter的Throughput和平均响应时间计算方法整理 - 雾火 - 博客园;
- received KB/sec、sent KB/sec反而表示了吞吐量
- 平均数更容易受所有线程响应时间值的影响,和每一个数据都有关,会随之变化而变化
- 中位数不易受线程组中其他线程响应时间值的影响,所以当线程组中的有比较极端的值出现时,偏大或者偏小,用中位数来表示整体数据的集中趋势就比较合适;
不同的接口放同一个线程和放不同线程的特点:
放同一个线程;则接口的tps即聚合报告里的吞吐量都是一致的,原因:同一个线程里也是按顺序执行,先执行完一个接口才会执行下一个接口;如操场里再跑道里跑步,后面的人只能跟着前面的人走。
放不同的线程:则接口间的性能互不影响
边栏推荐
- [advanced semiconductor process technology series] SOI Technology (Part 2)
- Jenkins持续集成自动化测试实战(下篇)
- Twincat3 uses FIFO to collect the position information of three axes, generate XML files, and solve common error reports
- 页面重定向
- Jenkins continuous integration automation test practice (Part 1)
- 【项目验收】记最近一次项目验收之用户关注点
- Day02 测试用例知识点总结(上)
- 关于“IndentationError: unindent does not match any outer indentation level”的解决方法
- 类的继承性实验报告
- 006_ SS_ Dual Diffusion Implicit Bridges For Image-to-Image Translation
猜你喜欢
Day02 test case knowledge summary (Part 1)
Scene method practice
ms17_ 010 invading win7
用例练习1
页面重定向
Test case management tool recommendation
About char str[20]= "" and char str[20]=““
Notes on generation model (I): basic knowledge of probability
jmeter脚本生成基于rap2
[advanced semiconductor process technology series] SOI Technology (Part 1)
随机推荐
Jenkins持续集成自动化测试实战(上篇)
[advanced semiconductor process technology series] strained silicon process technology
手把手教学UI自动化测试之数据驱动
How to test the coupon super issuance of the evening interview question?
关于“IndentationError: unindent does not match any outer indentation level”的解决方法
远程真机测试,机型怎么选?
公司只有 1个测试,领导却让我测试 10个项目
. WHL and Py installation method
Jenkins搭建
Servlet 的编程技术
The company has only one test, but the leader asked me to test 10 projects
About the solution of "indentation error: unindent does not match any outside indentation level"
使用postman批量运行接口时判断运行结果成功与否的常用断言
类的继承性实验报告
【小技巧】在当前目录下快速弹出cmd窗口且路径为当前路径的方法
Jenkins持续集成自动化测试实战(下篇)
Calculation of Jacobian matrix (3D reconstruction task2-4)
Using pointers to sort arrays
How to do app installation test?
Oracle数据库存储实验管理