| 5 | |
| 6 | == 2013-05-29 == |
| 7 | |
| 8 | The slowness documented yesterday, LoadTimes#a2013-05-28 was due to redis being unavailable due to the password missing from the {{{/data/conf/global.inc}}} file, this was fixed on ticket:554#comment:5, following the fix the speed of the site is back to normal: |
| 9 | |
| 10 | {{{ |
| 11 | ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/ |
| 12 | |
| 13 | LOG: Response code = 200 |
| 14 | Completed 200 requests |
| 15 | Finished 200 requests |
| 16 | |
| 17 | |
| 18 | Server Software: nginx |
| 19 | Server Hostname: www.transitionnetwork.org |
| 20 | Server Port: 80 |
| 21 | |
| 22 | Document Path: / |
| 23 | Document Length: 10049 bytes |
| 24 | |
| 25 | Concurrency Level: 10 |
| 26 | Time taken for tests: 0.197 seconds |
| 27 | Complete requests: 200 |
| 28 | Failed requests: 128 |
| 29 | (Connect: 0, Receive: 0, Length: 128, Exceptions: 0) |
| 30 | Write errors: 0 |
| 31 | Total transferred: 2143788 bytes |
| 32 | HTML transferred: 2007624 bytes |
| 33 | Requests per second: 1016.38 [#/sec] (mean) |
| 34 | Time per request: 9.839 [ms] (mean) |
| 35 | Time per request: 0.984 [ms] (mean, across all concurrent requests) |
| 36 | Transfer rate: 10639.16 [Kbytes/sec] received |
| 37 | |
| 38 | Connection Times (ms) |
| 39 | min mean[+/-sd] median max |
| 40 | Connect: 0 0 0.2 0 1 |
| 41 | Processing: 2 9 7.4 7 79 |
| 42 | Waiting: 2 8 7.4 6 78 |
| 43 | Total: 2 9 7.4 7 80 |
| 44 | |
| 45 | Percentage of the requests served within a certain time (ms) |
| 46 | 50% 7 |
| 47 | 66% 9 |
| 48 | 75% 11 |
| 49 | 80% 12 |
| 50 | 90% 17 |
| 51 | 95% 22 |
| 52 | 98% 26 |
| 53 | 99% 28 |
| 54 | 100% 80 (longest request) |
| 55 | }}} |