http_load

Test web server throughput by running parallel HTTP fetches

brewmacoslinux
Try with needOr install directly
Source

About

Test throughput of a web server by running parallel fetches

Commands

http_load

Examples

Test a single URL with 10 parallel connections for 30 seconds$ http_load -parallel 10 -seconds 30 -url http://example.com
Load test multiple URLs from a file with 5 parallel fetches$ http_load -parallel 5 -seconds 60 urls.txt
Benchmark a web server with 20 concurrent requests for 2 minutes$ http_load -parallel 20 -minutes 2 -url https://api.example.com/endpoint