drill

HTTP load testing tool written in Rust for benchmarking web servers

brewmacoslinux
Try with needOr install directly
Source

About

HTTP load testing application written in Rust

Commands

drill

Examples

Basic load test with 10 concurrent clients making 100 requests each$ drill --benchmark benchmark.yaml --threads 10 --iterations 100
Simple GET request to measure response time$ drill --url http://example.com --threads 5
Load test with custom configuration file defining complex scenarios$ drill --benchmark config.yaml --stats