| | 86 | For comparison with older tests documented on this page: |
| | 87 | |
| | 88 | {{{ |
| | 89 | ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/ |
| | 90 | |
| | 91 | Server Software: nginx |
| | 92 | Server Hostname: www.transitionnetwork.org |
| | 93 | Server Port: 80 |
| | 94 | |
| | 95 | Document Path: / |
| | 96 | Document Length: 9768 bytes |
| | 97 | |
| | 98 | Concurrency Level: 10 |
| | 99 | Time taken for tests: 5.539 seconds |
| | 100 | Complete requests: 200 |
| | 101 | Failed requests: 1 |
| | 102 | (Connect: 0, Receive: 0, Length: 1, Exceptions: 0) |
| | 103 | Write errors: 0 |
| | 104 | Total transferred: 2090586 bytes |
| | 105 | HTML transferred: 1953787 bytes |
| | 106 | Requests per second: 36.11 [#/sec] (mean) |
| | 107 | Time per request: 276.929 [ms] (mean) |
| | 108 | Time per request: 27.693 [ms] (mean, across all concurrent requests) |
| | 109 | Transfer rate: 368.61 [Kbytes/sec] received |
| | 110 | |
| | 111 | Connection Times (ms) |
| | 112 | min mean[+/-sd] median max |
| | 113 | Connect: 0 0 0.2 0 1 |
| | 114 | Processing: 2 35 391.0 6 5537 |
| | 115 | Waiting: 2 35 391.0 5 5537 |
| | 116 | Total: 2 36 391.1 6 5538 |
| | 117 | |
| | 118 | Percentage of the requests served within a certain time (ms) |
| | 119 | 50% 6 |
| | 120 | 66% 9 |
| | 121 | 75% 11 |
| | 122 | 80% 13 |
| | 123 | 90% 15 |
| | 124 | 95% 21 |
| | 125 | 98% 29 |
| | 126 | 99% 44 |
| | 127 | 100% 5538 (longest request) |
| | 128 | }}} |
| | 129 | |
| | 130 | Requesting the front page 200 times running 10 concurrent processes over time -- the site is now roughtly back to the speed it had when it was running with apache without varnish, two years ago: |
| | 131 | |
| | 132 | * LoadTimes#a2013-05-28 5.539 seconds wiki:PuffinServer |
| | 133 | * LoadTimes#a2013-01-28 0.253 seconds wiki:NewLiveServer |
| | 134 | * LoadTimes#a2013-01-28 0.262 seconds wiki:PuffinServer |
| | 135 | * LoadTimes#a2011-07-13 3.417 seconds wiki:NewLiveServer without varnish |
| | 136 | * LoadTimes#a2011-07-05 5.131 seconds wiki:NewLiveServer without varnish |
| | 137 | |