plow

HTTP benchmarking tool with real-time performance metrics display.

brewmacoslinux
Try with needOr install directly
Source

About

High-performance and real-time metrics displaying HTTP benchmarking tool

Commands

plow

Examples

load test a website and see live results$ plow https://example.com
benchmark API endpoint with custom number of requests$ plow -n 10000 https://api.example.com/endpoint
stress test with multiple concurrent connections$ plow -c 100 https://example.com
benchmark with custom HTTP headers and POST data$ plow -H 'Authorization: Bearer token' -d '{"key":"value"}' https://api.example.com
run performance test for specific duration in seconds$ plow -d 30 https://example.com