Hacker News new | ask | show | jobs
by williamdclt 2084 days ago
And is included in MacOS (as I discovered after trying to install it for 10min).

Simple example (-c is concurrency, -n is total number of requests to make, -H for headers):

    ab -c 20 -n 50000 'https://someurl.com/someendpoint'