Tagged Questions

1
vote
2answers
622 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
0answers
390 views

How to avoid “httperf: failed to connect to SSL server”?

I am using httperf to test a web application that uses SSL. Here is my command httperf --verbose --hog --rate=200 --ssl --num-conn=10000 --num-call=1 --timeout=60 --server=example.com --uri=/ If I ...