fortio

HTTP and gRPC load testing and visualization tool

brewmacoslinux
Try with needOr install directly
Source

About

HTTP and gRPC load testing and visualization tool and server

Commands

fortio

Examples

Run load test with 4 concurrent connections for 30 seconds at 100 req/s$ fortio load -c 4 -d 30s -r 100 http://example.com
Start Fortio server on port 8080 for testing$ fortio server -port 8080
Run gRPC load test against a gRPC service$ fortio load -c 2 grpc://localhost:50051