jmeter jtl文件中 Elapsed time和Latency time的解释

- Latency time = 接收到响应的第一个字节的时间点 - 请求开始发送的时间点
from just before sending the request to just after the first response has been received
-- Apache JMeter Glossary

- 响应时间(JMeter术语中的Elapsed time) = 接收完所有响应内容的时间点 - 请求开始发送的时间点
from just before sending the request to just after the last response has been received
-- Apache JMeter Glossary

转自:https://blog.csdn.net/huodoubi/article/details/60956124?utm_source=itdadao&utm_medium=referral

原文地址:https://www.cnblogs.com/huamei2008/p/8849944.html