博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Jmeter 实时结果
阅读量:6425 次
发布时间:2019-06-23

本文共 2383 字,大约阅读时间需要 7 分钟。

 

标签(空格分隔): Jmeter


从JMeter 2.13开始,通过提供实现AbstractBackendListenerClient的类,您可以使用可能的任何后端(JDBC,JMS,Webservice,...)通过后端侦听器发送到后端的实时结果。 JMeter提供了、GraphiteBackendListenerClien, 在3.2版本提供了 InfluxDBBackendListenerClien

度量标准

线程指标

Thread metrics are the following:
test.minATMin active threads# 最小活动线程
test.maxAT Max active threads #最大获得线程
test.meanAT Mean active threads #中位数活动线程
test.startedT Started threads #启动线程
test.endedT Finished threads #结束线程

响应时间指标

.ok.countNumber of successful responses for sampler name#响应成功的数量,http200就会被视为成功
.h.count Server hits per seconds, this metric cumulates Sample Result and Sub results (if using Transaction Controller, "Generate parent sampler" should be unchecked) #服务器每秒点击数
.ok.min Min response time for successful responses of sampler name #成功返回请求的最小响应时间
.ok.max Max response time for successful responses of sampler name 成功返回请求的最大响应时间
.ok.avg Average response time for successful responses of sampler name . 成功返回请求的平均响应时间
.ok.pct
Percentile computed for successful responses of sampler name. There will be one metric for each calculated value. 针对采样器名称的成功响应计算百分位数。每个计算值将有一个度量标准。(方差)
.ko.count Number of failed responses for sampler name 失败请求的数目
.ko.min Min response time for failed responses of sampler name 失败请求的最小响应时间
.ko.max Max response time for failed responses of sampler name 失败请求的最大响应时间
.ko.avg Average response time for failed responses of sampler name. 失败请求的平均响应时间。
.ko.pct
Percentile computed for failed responses of sampler name. There will be one metric for each calculated value. 失败方差
.a.count Number of responses for sampler name (sum of ok.count and ko.count) 请求的总数 = 成功的数量+失败的数量
.sb.bytes Sent Bytes 发送的字节
.rb.bytes Received Bytes 接收的字节
.a.min Min response time for responses of sampler name (min of ok.count and ko.count) 全部请求的最小响应时间
.a.max Max response time for responses of sampler name (max of ok.count and ko.count) 全部请求的最多响应时间
.a.avg Average response time for responses of sampler name (avg of ok.count and ko.count) 全部请求的平均响应时间
.a.pct
Percentile computed for responses of sampler name. There will be one metric for each calculated value. (calculated on the totals for OK and failed samples) 全部响应时间的方差

转载于:https://www.cnblogs.com/summerxye/p/11004444.html

你可能感兴趣的文章
[转载]Visual Studio 2010敏捷利剑:详解Scrum
查看>>
Java Collection: List、Set、 Map、 HashMap、 Hashtable、 Vector
查看>>
T-SQL查询进阶--流程控制语句
查看>>
Excel VBA小试
查看>>
备份Toad中保存的数据库连接用户名和密码
查看>>
ASP.NET中 Repeater 的使用前台绑定
查看>>
微信公众平台模拟群发技术
查看>>
C语言学习之指针详解
查看>>
学习使用Bing Maps Silverlight Control(一):准备和新建
查看>>
什么是Scrum
查看>>
nginx负载均衡的5种策略
查看>>
90%人都不知道:SVN 和 Git 的一些误解和真相
查看>>
防火墙配置十大任务之九,验证防火墙的运行
查看>>
【linux】浅谈Linux下的 find 指令
查看>>
CentOS 7 使用kubeadm 部署 Kubernetes
查看>>
我的友情链接
查看>>
透视美国大数据爆发全景
查看>>
java学习第一天1.2
查看>>
清空输入缓冲区的方法
查看>>
Yii2 项目优化小贴士
查看>>