siege

HTTP load testing and benchmarking utility for regression testing

brewmacoslinux
Try with needOr install directly
Source

About

HTTP regression testing and benchmarking utility

Commands

siege

Examples

Basic load test with 10 concurrent users making 100 requests$ siege -c 10 -r 100 https://example.com
Run for 5 minutes with 20 concurrent connections$ siege -c 20 -t 5M https://example.com
Load test multiple URLs from a file with verbose output$ siege -c 5 -f urls.txt -v