Search code examples
loadload-testinglatencyperformance-testing

Latency Time in Load Testing


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.


Solution

  • 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.