3 ms·
There's also ab (Apache Benchmark) which is super simple and can be all you need sometimes.
by japgolly 6y ago
There's also ab (Apache Benchmark) which is super simple and can be all you need sometimes.
- williamdclt 6y agoAnd 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'
- js4ever 6y agoAb support only http 1.0 requests, I recommend wrk instead: https://github.com/wg/wrk https://github.com/wg/wrk