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 hn newest js4ever|5 years ago Ab support only http 1.0 requests, I recommend wrk instead: https://github.com/wg/wrk 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'
js4ever|5 years ago Ab support only http 1.0 requests, I recommend wrk instead: https://github.com/wg/wrk
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'
js4ever|5 years ago
williamdclt|5 years ago
Simple example (-c is concurrency, -n is total number of requests to make, -H for headers):