JMeter - Response time has same value as latency

时间秒杀一切 提交于 2021-01-28 14:55:08

问题


I'm executing performance testing using JMeter and Blazemeter report, but the response time value is the same as latency time value. can somebody explain? I attach the graph results:

Latency Time Graph

Latency Time Graph

Response Time Graph

Response Time Graph


回答1:


It just means that the response is small/empty. The values are TTLB and TTFB, See explanantion about the difference

Latency is a difference between time when request was sent and time when response has started to be received.

Response time (= Sample time = Load time = Elapsed time) is a difference between time when request was sent and time when response has been fully received.

So Response time always >= latency.

The larger file is, the larger difference between response time and latency will be.



来源:https://stackoverflow.com/questions/56641019/jmeter-response-time-has-same-value-as-latency

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!