autobench

Automatic webserver benchmark tool for comparing HTTP server performance

brewmacoslinux
Try with needOr install directly
Source

About

Automatic webserver benchmark tool

Commands

autobenchautobenchd

Examples

Run a benchmark comparing two web servers on different ports$ autobench --single_host --host1=localhost:8080 --host2=localhost:8081 --uri=/index.html --low_rate=1 --high_rate=10 --rate_step=1 --num_call=10
Benchmark a single server with specific request rates$ autobench --single_host --host1=example.com:80 --uri=/api/test --low_rate=5 --high_rate=50 --rate_step=5 --num_call=20
Generate a benchmark report comparing two hosts$ autobench --host1=server1.com --host2=server2.com --uri=/page.html --low_rate=10 --high_rate=100 --rate_step=10 --num_call=30 > benchmark_results.tsv