简体   繁体   English

Jmeter吞吐量意义

[英]Jmeter Throughput significance

I found many post regarding jmeter throughput but I was not able to find out one thing. 我发现了很多关于jmeter吞吐量的帖子,但是我找不到一件事。 What value of throughput is considered good. 什么吞吐量值被认为是好的。 Say for example, for a partucular request throughput is 0.603882967 per second and for the same request (with some code changes) throughput is 0.457368667 per second 例如,对于特殊请求,吞吐量为每秒0.603882967,对于相同请求(有一些代码更改),吞吐量为每秒0.457368667

Which one is better(lower value or higher). 哪个更好(较低值或较高)。 Why ? 为什么呢

JMeter's "Throughput" metric stands for "requests per amount of time". JMeter的“吞吐量”度量标准表示“每时间量的请求”。 The higher is better , as the main goal of performance testing is to measure how many requests per time frame application under test can serve. 越高越好 ,因为性能测试的主要目标是衡量每个时间范围内要测试的应用程序可以服务多少个请求。

Throughput formula is Throughput = (number of requests) / (total time). 吞吐量公式为Throughput = (number of requests) / (total time).

For more information refer to the following resources: 有关更多信息,请参考以下资源:

Throughput is how many requests you can put through in a second. 吞吐量是多少个请求,你可以在第二个接通

The longer each request takes, the lower the throughput. 每个请求花费的时间越长,吞吐量就越低。

We want requests to be fast (small numbers for response time), and throughput to be high. 我们希望请求速度快(响应时间少),吞吐量高。

Looks like your code changes made it worse :-( 看起来您的代码更改使情况变得更糟:-(

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM