wrk -t2 -c50 -d10s --latency http://localhost:3000/

Category: Web App Development

wrk -t2 -c50 -d10s --latency http://localhost:3000/

Load test with a latency histogram

Runs a 10 second test and prints a detailed latency distribution with the --latency flag. The histogram shows percentiles like 75% and 99%, revealing tail latency that averages hide. Short runs with high variance warrant a longer -d duration.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.