Tagged Questions
The autobench tag has no wiki summary.
1
vote
1answer
65 views
autobench on HTTPS endpoint
How do I set in autobench that I'm testing an HTTPS (port 443) URL?
When I call it with:
autobench --single_host --host1 host.com --port1 443 --uri1 /hello --num_conn 1000 --timeout 5 --low_rate 10 ...
1
vote
2answers
619 views
Trouble deciphering Autobench output
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 ...
0
votes
1answer
39 views
Can autobench do basic authentication?
How can I run the autobench tool using basic authentication?
I can run httperf with basic auth but I have not been able to run autobench using it.
Thank you.
0
votes
1answer
71 views
giving a query as part of a uri in autobench
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 ...
0
votes
1answer
220 views
Specifying --host1 as localhost with port 8983 in autobench
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 ...