I'm trying to benchmark a simple webserver I wrote, but I'm having trouble deciphering what Autobench has outputted. I've been googling all over for help on this (even going through the autobench and httperf source code) but haven't been able to grok what's going on.
I ran the following benchmark on my server:
autobench --single_host ...
I am using autobench for benchmarking in ubuntu 8.10
autobench --single_host --host1 localhost --uri1 /solr/admin --low_rate 20 --high_rate 200 --rate_step 20 --num_call 10 --num_conn 5000 --timeout 5 --file bench1.tsv
This is the command which I gave. It is taking the default port as 80 and the number of replies and requests are as ...
I am using autobench for doing becnhmark. An example of autobench command is as shown below.
autobench --single_host --host1 testhost.foo.com --uri1 /index.html --quiet
--timeout 5 --low_rate 20 --high_rate 200 --rate_step 20 --num_call 10
--num_conn 5000 --file bench.tsv**
The uri which I have to specify has a ...