Created
August 27, 2012 21:15
-
-
Save simpsonjulian/3492301 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ab -n 1000 -c 10 http://www.build-doctor.com/ | |
| 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 www.build-doctor.com (be patient) | |
| Completed 100 requests | |
| Completed 200 requests | |
| Completed 300 requests | |
| Completed 400 requests | |
| Completed 500 requests | |
| Completed 600 requests | |
| Completed 700 requests | |
| Completed 800 requests | |
| Completed 900 requests | |
| Completed 1000 requests | |
| Finished 1000 requests | |
| Server Software: nginx/0.7.65 | |
| Server Hostname: www.build-doctor.com | |
| Server Port: 80 | |
| Document Path: / | |
| Document Length: 44233 bytes | |
| Concurrency Level: 10 | |
| Time taken for tests: 55.190 seconds | |
| Complete requests: 1000 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Total transferred: 44649720 bytes | |
| HTML transferred: 44306162 bytes | |
| Requests per second: 18.12 [#/sec] (mean) | |
| Time per request: 551.896 [ms] (mean) | |
| Time per request: 55.190 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 790.06 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 94 130 368.3 104 8312 | |
| Processing: 289 420 746.0 327 9100 | |
| Waiting: 96 129 269.8 108 8441 | |
| Total: 390 550 833.6 435 9220 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 435 | |
| 66% 457 | |
| 75% 481 | |
| 80% 511 | |
| 90% 576 | |
| 95% 632 | |
| 98% 850 | |
| 99% 8622 | |
| 100% 9220 (longest request) | |
| knox:~ jsimpson$ ab -c 10 -n 1000 -H Host:www.build-doctor.com http://cleo.juliansimpson.org/ | |
| 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 cleo.juliansimpson.org (be patient) | |
| Completed 100 requests | |
| Completed 200 requests | |
| Completed 300 requests | |
| Completed 400 requests | |
| Completed 500 requests | |
| Completed 600 requests | |
| Completed 700 requests | |
| Completed 800 requests | |
| Completed 900 requests | |
| Completed 1000 requests | |
| Finished 1000 requests | |
| Server Software: Apache/2.2.8 | |
| Server Hostname: cleo.juliansimpson.org | |
| Server Port: 80 | |
| Document Path: / | |
| Document Length: 171752 bytes | |
| Concurrency Level: 10 | |
| Time taken for tests: 150.549 seconds | |
| Complete requests: 1000 | |
| Failed requests: 887 | |
| (Connect: 0, Receive: 0, Length: 887, Exceptions: 0) | |
| Write errors: 0 | |
| Total transferred: 172272346 bytes | |
| HTML transferred: 171797346 bytes | |
| Requests per second: 6.64 [#/sec] (mean) | |
| Time per request: 1505.492 [ms] (mean) | |
| Time per request: 150.549 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 1117.47 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 11 33 19.3 28 148 | |
| Processing: 707 1468 921.1 1320 9996 | |
| Waiting: 347 859 705.5 751 8612 | |
| Total: 745 1501 921.3 1347 10038 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 1347 | |
| 66% 1522 | |
| 75% 1654 | |
| 80% 1759 | |
| 90% 2049 | |
| 95% 2330 | |
| 98% 2781 | |
| 99% 9178 | |
| 100% 10038 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment