cassowary

Modern cross-platform HTTP load-testing tool written in Go

brewmacoslinux
Try with needOr install directly
Source

About

Modern cross-platform HTTP load-testing tool written in Go

Commands

cassowary

Examples

Run a basic load test against a URL with 10 concurrent connections$ cassowary run -u http://example.com -c 10
Execute load test with 1000 requests and custom concurrency$ cassowary run -u http://example.com -n 1000 -c 50
Load test with custom timeout and request headers$ cassowary run -u http://example.com -t 30s -H 'Authorization: Bearer token'