Jmeter的聚合报告参数解析

Jmeter的聚合报告参数解析Jmeter 的聚合报告参数解析 详细说明及公式详见官方地址 http jmeter apache org usermanual glossary html ThroughputTh unitoftime Thetimeiscal

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)


版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/211402.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月18日 下午10:31
下一篇 2026年3月18日 下午10:31


相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号