-->

Latency Time in Load Testing

2019-06-14 14:29发布

问题:

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.