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

posted @ 2018-04-15 22:43  小小美  阅读(2614)  评论(0编辑  收藏  举报