Last active
March 8, 2016 11:00
-
-
Save rossanthony/d3561ae027123c28b383 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 -n100 -c10 http://acknowledgement.uk:80/ | |
Benchmarking acknowledgement.uk (be patient).....done | |
Server Software: Apache/2.2.15 | |
Server Hostname: acknowledgement.uk | |
Server Port: 80 | |
Document Path: / | |
Document Length: 15612 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 15.041 seconds | |
Complete requests: 100 | |
Failed requests: 0 | |
Total transferred: 1597500 bytes | |
HTML transferred: 1561200 bytes | |
Requests per second: 6.65 [#/sec] (mean) | |
Time per request: 1504.064 [ms] (mean) | |
Time per request: 150.406 [ms] (mean, across all concurrent requests) | |
Transfer rate: 103.72 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 12 21 9.1 13 38 | |
Processing: 522 1455 442.1 1416 2916 | |
Waiting: 477 1313 418.3 1308 2816 | |
Total: 534 1475 441.6 1445 2941 | |
Percentage of the requests served within a certain time (ms) | |
50% 1445 | |
66% 1668 | |
75% 1718 | |
80% 1855 | |
90% 2065 | |
95% 2193 | |
98% 2575 | |
99% 2941 | |
100% 2941 (longest request) | |
_____________________________________________________ | |
ab -n100 -c10 https://staging.acknowledgement.uk:443/ | |
Benchmarking staging.acknowledgement.uk (be patient).....done | |
Server Software: nginx/1.8.1 | |
Server Hostname: staging.acknowledgement.uk | |
Server Port: 443 | |
SSL/TLS Protocol: TLSv1,DHE-RSA-AES256-SHA,2048,256 | |
Document Path: / | |
Document Length: 6855 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 1.353 seconds | |
Complete requests: 100 | |
Failed requests: 0 | |
Total transferred: 720800 bytes | |
HTML transferred: 685500 bytes | |
Requests per second: 73.90 [#/sec] (mean) | |
Time per request: 135.319 [ms] (mean) | |
Time per request: 13.532 [ms] (mean, across all concurrent requests) | |
Transfer rate: 520.18 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 57 98 24.2 95 161 | |
Processing: 12 31 16.6 26 66 | |
Waiting: 12 26 12.6 25 62 | |
Total: 79 129 20.9 127 192 | |
Percentage of the requests served within a certain time (ms) | |
50% 127 | |
66% 137 | |
75% 141 | |
80% 142 | |
90% 162 | |
95% 163 | |
98% 174 | |
99% 192 | |
100% 192 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment