Last active
January 3, 2016 10:29
-
-
Save dkam/8449784 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 https://dev.booko.info/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 dev.booko.info (be patient).....done | |
| Server Software: nginx/1.5.8 | |
| Server Hostname: dev.booko.info | |
| Server Port: 443 | |
| SSL/TLS Protocol: TLSv1/SSLv3,DHE-RSA-AES256-SHA,2048,256 | |
| Document Path: /9781595824172/Star-Wars-Thrawn-Trilogy | |
| Document Length: 8783 bytes | |
| Concurrency Level: 2 | |
| Time taken for tests: 4.264 seconds | |
| Complete requests: 10 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Total transferred: 92860 bytes | |
| HTML transferred: 87830 bytes | |
| Requests per second: 2.35 [#/sec] (mean) | |
| Time per request: 852.833 [ms] (mean) | |
| Time per request: 426.416 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 21.27 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 590 635 46.5 616 717 | |
| Processing: 197 209 13.0 204 230 | |
| Waiting: 197 209 13.0 204 229 | |
| Total: 789 844 58.0 813 943 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 813 | |
| 66% 848 | |
| 75% 905 | |
| 80% 924 | |
| 90% 943 | |
| 95% 943 | |
| 98% 943 | |
| 99% 943 | |
| 100% 943 (longest request) | |
| dkam@Nervous-Energy ~/booko (rails4_visual) $ ab -n 10 -c 2 https://dev.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 dev.booko.com.au (be patient).....done | |
| Server Software: nginx/1.4.4 | |
| Server Hostname: dev.booko.com.au | |
| Server Port: 443 | |
| SSL/TLS Protocol: TLSv1/SSLv3,RC4-SHA,2048,128 | |
| Document Path: /9781595824172/Star-Wars-Thrawn-Trilogy | |
| Document Length: 8725 bytes | |
| Concurrency Level: 2 | |
| Time taken for tests: 1.784 seconds | |
| Complete requests: 10 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Total transferred: 92280 bytes | |
| HTML transferred: 87250 bytes | |
| Requests per second: 5.60 [#/sec] (mean) | |
| Time per request: 356.869 [ms] (mean) | |
| Time per request: 178.434 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 50.50 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 80 295 344.4 107 957 | |
| Processing: 33 52 35.9 36 120 | |
| Waiting: 33 52 36.0 35 120 | |
| Total: 113 347 345.0 143 996 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 143 | |
| 66% 355 | |
| 75% 399 | |
| 80% 947 | |
| 90% 996 | |
| 95% 996 | |
| 98% 996 | |
| 99% 996 | |
| 100% 996 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment