Latency Time in Load Testing

北战南征 提交于 2019-12-10 11:58:27

问题


I m Using pylot 1.26 tool for load testing but it just gives me Avg. Response Time & Avg. Throughput . from these parameter how can I calculate latency time??

OR suggest me some FREE *TOOL* for load testing which will gives me these parameters.


回答1:


Our Load Tester product captures time to first byte (TTFB). This is the time from the beginning of the request until the first byte of the response is received. On small requests (i.e. GETs) that the webserver can respond to instantly (i.e. static file-based resources), this is a good indication of round-trip time. Not exactly the same as latency, but close.

I'm not aware of any load testing tools that measure latency specifically. Most just give response time and the better tools also measure TTFB.

If you have very simple tests to run, Load Tester LITE is free with unlimited VUs.




回答2:


Try JMeter.
There is dedicated listener Latencies Over Time which you can take from JMeter Plugins site to use together with default jmeter installation.



来源:https://stackoverflow.com/questions/10023985/latency-time-in-load-testing

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