wrk -t4 -c100 -d30s http://localhost:3000/

Category: Web App Development

wrk -t4 -c100 -d30s http://localhost:3000/

Load test with wrk using 4 threads and 100 connections

Runs a 30 second benchmark with 4 threads sharing 100 connections, reporting requests per second and latency. wrk keeps a persistent connection per thread, so results reflect keep-alive behavior. Threads and connections are separate knobs: raise -c for more concurrency.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.