Hacker News new | ask | show | jobs
by andrewfromx 1190 days ago
Apache Bench aka "ab"

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

1000 requests with a concurrency of 100

https://httpd.apache.org/docs/2.4/programs/ab.html

1 comments

thank you