本文介绍了吞吐量和响应时间如何关联的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对193个样本进行了JMeter测试在这里我可以看到平均响应时间为5915ms,Throghput为1.19832.

I ran a JMeter test for 193 sampleswhere I could see my average response time as 5915ms and Throghput as 1.19832.

我只想知道它们之间的确切联系

I just want to know how are they exactly related

推荐答案

TL; DR

不,但是可以.

两者之间没有直接关系,但是当增加吞吐量时,由于服务器上的负载/压力,它可能会影响服务器响应时间.

Both aren't related directly, but when increasing Throughput, it will probably effect server response time due to load/stress on server.

如果存在超时错误,则响应时间可能会增加.

If there are timeout errors response time will probably increase.

但是对于验证或防火墙错误-响应时间可能会减少.

But for validation or firewall errors - response time will probably decrease.

JMeter档案文件,最后一次使用迪士尼进行了演示:

There's a long explanation in JMeter archive, last is using Disney to demonstrate:

这篇关于吞吐量和响应时间如何关联的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 08:55