top | item 24686297

(no title)

japgolly | 5 years ago

There's also ab (Apache Benchmark) which is super simple and can be all you need sometimes.

discuss

order

williamdclt|5 years 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'