httperf

Measures web server performance through HTTP request generation

brewmacoslinux
Try with needOr install directly
Source

About

Tool for measuring webserver performance

Commands

httperf

Examples

Basic performance test against a web server$ httperf --server example.com --port 80 --num-conns 100
Measure requests per second with multiple concurrent connections$ httperf --server example.com --port 80 --num-conns 50 --num-calls 10
Test specific URI with rate limiting$ httperf --server example.com --port 80 --uri /api/test --rate 10