Jmeter的聚合报告参数解析

本文详细解析了JMeter的聚合报告参数,包括Throughput、响应时间分布、错误率等关键指标的含义和计算方法。通过实例展示了如何理解并计算Throughput、Sent KB/sec和Received KB/sec,为性能测试提供了深入理解。
摘要由CSDN通过智能技术生成

Jmeter的聚合报告参数解析。

详细说明及公式详见官方地址:Apache JMeter - User's Manual: Glossary

Throughput is calculated as requests/unit of time. The time is calculated from the start of the first sample to the end of the last sample. This includes any intervals between samples, as it is supposed to represent the load on the server.
The formula is: Throughput = (number of requests) / (total time).

Throughput = (number of requests) / (total time)
total time = 请求测试结束时间 - 请求测试开始时间
请求测试结束时间 = MAX(请求开始时间timeStamp + Elapsed Time)
请求测试开始时间 = MIN(请求开始时间timeStamp)

若没有选中 "Successes" 时,其 Throughput 是包含出错的请求的 Throughput。
若选中 "Successes" 时,Throughput 仅是所有正确的请求的 Throughput。

<
  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

宁宁可可

您的鼓励是我创作的动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值