Last active
January 3, 2016 10:29
-
-
Save dkam/8450225 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
| dkam@Nervous-Energy ~/booko (rails4_visual) $ ab -n 10 -c 2 http://booko.com.au/9781595824172/Star-Wars-Thrawn-Trilogy | |
| This is ApacheBench, Version 2.3 <$Revision: 1178079 $> | |
| Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
| Licensed to The Apache Software Foundation, http://www.apache.org/ | |
| Benchmarking booko.com.au (be patient).....done | |
| Server Software: nginx/1.4.4 | |
| Server Hostname: booko.com.au | |
| Server Port: 80 | |
| Document Path: /9781595824172/Star-Wars-Thrawn-Trilogy | |
| Document Length: 24884 bytes | |
| Concurrency Level: 2 | |
| Time taken for tests: 6.628 seconds | |
| Complete requests: 10 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Total transferred: 255080 bytes | |
| HTML transferred: 248840 bytes | |
| Requests per second: 1.51 [#/sec] (mean) | |
| Time per request: 1325.553 [ms] (mean) | |
| Time per request: 662.777 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 37.58 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 183 300 339.1 190 1265 | |
| Processing: 715 953 191.6 1082 1216 | |
| Waiting: 434 697 197.1 780 944 | |
| Total: 920 1253 425.1 1298 2347 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 1298 | |
| 66% 1299 | |
| 75% 1309 | |
| 80% 1404 | |
| 90% 2347 | |
| 95% 2347 | |
| 98% 2347 | |
| 99% 2347 | |
| 100% 2347 (longest request) | |
| dkam@Nervous-Energy ~/booko (rails4_visual) $ ab -n 10 -c 2 http://balancer.booko.com.au/9781595824172/Star-Wars-Thrawn-Trilogy | |
| This is ApacheBench, Version 2.3 <$Revision: 1178079 $> | |
| Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
| Licensed to The Apache Software Foundation, http://www.apache.org/ | |
| Benchmarking balancer.booko.com.au (be patient).....done | |
| Server Software: nginx/1.5.8 | |
| Server Hostname: balancer.booko.com.au | |
| Server Port: 80 | |
| Document Path: /9781595824172/Star-Wars-Thrawn-Trilogy | |
| Document Length: 24920 bytes | |
| Concurrency Level: 2 | |
| Time taken for tests: 5.532 seconds | |
| Complete requests: 10 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Total transferred: 255170 bytes | |
| HTML transferred: 249200 bytes | |
| Requests per second: 1.81 [#/sec] (mean) | |
| Time per request: 1106.376 [ms] (mean) | |
| Time per request: 553.188 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 45.05 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 181 189 9.4 189 214 | |
| Processing: 686 821 145.6 784 1143 | |
| Waiting: 472 615 141.3 580 915 | |
| Total: 869 1010 153.2 973 1357 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 973 | |
| 66% 985 | |
| 75% 1083 | |
| 80% 1165 | |
| 90% 1357 | |
| 95% 1357 | |
| 98% 1357 | |
| 99% 1357 | |
| 100% 1357 (longest request) | |
| dkam@Nervous-Energy ~/booko (rails4_visual) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment