Created
January 20, 2014 03:32
-
-
Save scalone/8514454 to your computer and use it in GitHub Desktop.
This file contains 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 50 http://www.nerdbrew.co/ | |
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.nerdbrew.co (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: | |
Server Hostname: www.nerdbrew.co | |
Server Port: 80 | |
Document Path: / | |
Document Length: 5832 bytes | |
Concurrency Level: 50 | |
Time taken for tests: 0.950 seconds | |
Complete requests: 1000 | |
Failed requests: 878 | |
(Connect: 0, Receive: 0, Length: 878, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 6717166 bytes | |
HTML transferred: 5827057 bytes | |
Requests per second: 1052.75 [#/sec] (mean) | |
Time per request: 47.495 [ms] (mean) | |
Time per request: 0.950 [ms] (mean, across all concurrent requests) | |
Transfer rate: 6905.74 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 1 2 0.3 1 3 | |
Processing: 2 44 19.9 42 137 | |
Waiting: 0 43 19.9 40 136 | |
Total: 3 46 19.9 43 139 | |
ERROR: The median and mean for the initial connection time are more than twice the standard | |
deviation apart. These results are NOT reliable. | |
Percentage of the requests served within a certain time (ms) | |
50% 43 | |
66% 53 | |
75% 58 | |
80% 61 | |
90% 70 | |
95% 79 | |
98% 97 | |
99% 115 | |
100% 139 (longest request) | |
[packer@ip-10-164-79-243 ~]$ ab -n 1000 -c 50 http://www.uzmenino.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.uzmenino.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 | |
Server Hostname: www.uzmenino.com | |
Server Port: 80 | |
Document Path: / | |
Document Length: 41693 bytes | |
Concurrency Level: 50 | |
Time taken for tests: 160.304 seconds | |
Complete requests: 1000 | |
Failed requests: 505 | |
(Connect: 0, Receive: 0, Length: 505, Exceptions: 0) | |
Write errors: 0 | |
Non-2xx responses: 2 | |
Total transferred: 41856413 bytes | |
HTML transferred: 41610529 bytes | |
Requests per second: 6.24 [#/sec] (mean) | |
Time per request: 8015.176 [ms] (mean) | |
Time per request: 160.304 [ms] (mean, across all concurrent requests) | |
Transfer rate: 254.99 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 1 2 2.3 1 33 | |
Processing: 22 7662 7228.3 4298 21939 | |
Waiting: 22 7643 7220.2 4289 21930 | |
Total: 23 7664 7228.3 4300 21940 | |
Percentage of the requests served within a certain time (ms) | |
50% 4300 | |
66% 13544 | |
75% 14740 | |
80% 15592 | |
90% 17712 | |
95% 18949 | |
98% 20453 | |
99% 20929 | |
100% 21940 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment