New results:
ab -c 20 -t 10 "http://173.255.238.110/"
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd,
http://www.zeustech.net/
Licensed to The Apache Software Foundation,
http://www.apache.org/
Benchmarking 173.255.238.110 (be patient)
Finished 1 requests
Server Software: Apache/2.2.14
Server Hostname: 173.255.238.110
Server Port: 80
Document Path: /
Document Length: 67619 bytes
Concurrency Level: 20
Time taken for tests: 25.956 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 1358078 bytes
HTML transferred: 1351798 bytes
Requests per second: 0.04 [#/sec] (mean)
Time per request: 519119.300 [ms] (mean)
Time per request: 25955.965 [ms] (mean, across all concurrent requests)
Transfer rate: 51.10 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 26 26 0.0 26 26
Processing: 25930 25930 0.0 25930 25930
Waiting: 6658 6658 0.0 6658 6658
Total: 25956 25956 0.0 25956 25956
Would something more appropriate be:
ab -c 20 -t 10 -n 1000 "HOST"?