bombardier

Fast HTTP benchmarking tool for load testing and performance analysis

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform HTTP benchmarking tool

Commands

bombardier

Examples

Basic benchmark with default settings (125 concurrent connections)$ bombardier https://example.com
Benchmark with custom concurrency and request count$ bombardier -c 100 -n 10000 https://example.com
Benchmark with custom headers and timeout$ bombardier -H 'Authorization: Bearer token' -t 5s https://example.com/api