我通过这个后端监听器将结果值发送到 influxdb
我可以收到这个值。
但是,我不知道这个值的含义是什么。
你能帮助我吗?谢谢你!
“含义”列在Metrics Exposed JMeter 用户手册条目下
15.1.1 线程/虚拟用户指标
线程指标如下:
<rootMetricsPrefix>test.minAT
最小活动线程
<rootMetricsPrefix>test.maxAT
最大活跃线程数
<rootMetricsPrefix>test.meanAT
平均活跃线程
<rootMetricsPrefix>test.startedT
已启动线程
<rootMetricsPrefix>test.endedT
成品螺纹15.1.2 响应时间指标
响应相关指标如下:
<rootMetricsPrefix><samplerName>.ok.count
采样器名称的成功响应数
<rootMetricsPrefix><samplerName>.h.count
服务器每秒点击次数,该指标累积样本结果和子结果(如果>使用事务控制器,则应取消选中“生成父采样器”)
<rootMetricsPrefix><samplerName>.ok.min
采样器名称成功响应的最短响应时间
<rootMetricsPrefix><samplerName>.ok.max
采样器名称成功响应的最大响应时间
<rootMetricsPrefix><samplerName>.ok.avg
采样器名称成功响应的平均响应时间。
<rootMetricsPrefix><samplerName>.ok.pct<percentileValue>
为采样器名称的成功响应计算的百分位数。每个计算值都有一个 >metric。
<rootMetricsPrefix><samplerName>.ko.count
采样器名称的失败响应数
<rootMetricsPrefix><samplerName>.ko.min
采样器名称响应失败的最短响应时间
<rootMetricsPrefix><samplerName>.ko.max
采样器名称失败响应的最大响应时间.ko.avg 采样器名称失败响应的平均响应时间。
<rootMetricsPrefix><samplerName>.ko.pct<percentileValue>
为采样器名称的失败响应计算的百分位数。对于每个计算值,将有一个指标 >。
<rootMetricsPrefix><samplerName>.a.count
采样器名称的响应数(ok.count 和 ko.count 的总和)
<rootMetricsPrefix><samplerName>.sb.bytes
发送字节
<rootMetricsPrefix><samplerName>.rb.bytes
接收字节
<rootMetricsPrefix><samplerName>.a.min
采样器名称响应的最短响应时间(ok.count 和 ko.count 的最小值)
<rootMetricsPrefix><samplerName>.a.max
采样器名称响应的最大响应时间(ok.count 和 ko.count 的最大值)
<rootMetricsPrefix><samplerName>.a.avg
采样器名称响应的平均响应时间(ok.count 和 ko.count 的平均值)
<rootMetricsPrefix><samplerName>.a.pct<percentileValue>
为采样器名称的响应计算的百分位数。每个 > 计算值将有一个指标。(根据合格和不合格样品的总数计算)
如果您需要有关配置 JMeter/InfluxDB/Grafana 的更多信息 - 请查看如何使用 Grafana 监控 JMeter 非 GUI 结果 - 第 2 部分文章。