Latency Time in Load Testing

2019-06-14 14:23发布

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.

2条回答
老娘就宠你
2楼-- · 2019-06-14 15:05

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

查看更多
孤傲高冷的网名
3楼-- · 2019-06-14 15:10

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.

查看更多
登录 后发表回答