Created
November 13, 2012 03:35
-
-
Save cheald/4063785 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 10000 -c16 http://mybb.local/ | |
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 mybb.local (be patient) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: Apache/2.2.22 | |
Server Hostname: mybb.local | |
Server Port: 80 | |
Document Path: / | |
Document Length: 9554 bytes | |
Concurrency Level: 16 | |
Time taken for tests: 33.367 seconds | |
Complete requests: 10000 | |
Failed requests: 3645 | |
(Connect: 0, Receive: 0, Length: 3645, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 100282710 bytes | |
HTML transferred: 95532710 bytes | |
Requests per second: 299.70 [#/sec] (mean) | |
Time per request: 53.387 [ms] (mean) | |
Time per request: 3.337 [ms] (mean, across all concurrent requests) | |
Transfer rate: 2935.03 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 6 53 21.4 53 184 | |
Waiting: 5 44 20.8 43 176 | |
Total: 6 53 21.4 53 184 | |
Percentage of the requests served within a certain time (ms) | |
50% 53 | |
66% 61 | |
75% 66 | |
80% 69 | |
90% 78 | |
95% 88 | |
98% 103 | |
99% 114 | |
100% 184 (longest request) |
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 10000 -c16 http://0.0.0.0:1080/ | |
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 0.0.0.0 (be patient) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: Pancake/1.1 | |
Server Hostname: 0.0.0.0 | |
Server Port: 1080 | |
Document Path: / | |
Document Length: 9554 bytes | |
Concurrency Level: 16 | |
Time taken for tests: 114.984 seconds | |
Complete requests: 10000 | |
Failed requests: 2775 | |
(Connect: 0, Receive: 0, Length: 2775, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 100414450 bytes | |
HTML transferred: 95534450 bytes | |
Requests per second: 86.97 [#/sec] (mean) | |
Time per request: 183.975 [ms] (mean) | |
Time per request: 11.498 [ms] (mean, across all concurrent requests) | |
Transfer rate: 852.82 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.2 0 5 | |
Processing: 36 184 33.9 185 491 | |
Waiting: 36 184 33.9 185 491 | |
Total: 41 184 33.9 186 491 | |
Percentage of the requests served within a certain time (ms) | |
50% 186 | |
66% 196 | |
75% 204 | |
80% 208 | |
90% 221 | |
95% 233 | |
98% 247 | |
99% 260 | |
100% 491 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment