bombardier

Fast HTTP benchmarking tool for load testing web servers.

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform HTTP benchmarking tool

Commands

bombardier

Examples

test website speed and response time$ bombardier https://example.com
benchmark API with multiple concurrent requests$ bombardier -c 100 -n 1000 https://api.example.com/endpoint
load test server with custom headers$ bombardier -H 'Authorization: Bearer token' https://example.com
measure requests per second with timeout$ bombardier -d 30s -r 5000 https://example.com
benchmark with POST request and JSON body$ bombardier -m POST -b '{"key":"value"}' https://example.com/api