Automatic webserver benchmark tool for comparing HTTP server performance
Automatic webserver benchmark tool
autobenchautobenchd$ autobench --single_host --host1=localhost:8080 --host2=localhost:8081 --uri=/index.html --low_rate=1 --high_rate=10 --rate_step=1 --num_call=10$ autobench --single_host --host1=example.com:80 --uri=/api/test --low_rate=5 --high_rate=50 --rate_step=5 --num_call=20$ 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