ab -n 1000 -c 50 http://localhost:3000/

Category: Web App Development

ab -n 1000 -c 50 http://localhost:3000/

Load test with ApacheBench at 50 concurrent

Sends 1000 requests with 50 running concurrently, reporting requests per second and latency percentiles. ApacheBench ships with the apache2-utils package and needs no config file. It is single-URL only, so use wrk or k6 for complex scenarios.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.