hey

HTTP load generator and ApacheBench replacement for load testing

brewmacoslinux
Try with needOr install directly
Source

About

HTTP load generator, ApacheBench (ab) replacement

Commands

hey

Examples

Basic load test with 1000 requests to a URL$ hey https://example.com
Load test with 10000 requests using 100 concurrent connections$ hey -n 10000 -c 100 https://example.com
Load test with custom headers and POST request$ hey -n 1000 -m POST -H 'Content-Type: application/json' -d '{"key": "value"}' https://example.com/api