| 5 | |
| 6 | == 2013-01-28 == |
| 7 | |
| 8 | Comparing the existing live server, wiki:NewLiveServer with the new wiki:PuffinServer. |
| 9 | |
| 10 | === apache bench === |
| 11 | |
| 12 | {{{ |
| 13 | ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/ |
| 14 | |
| 15 | Server Hostname: www.transitionnetwork.org |
| 16 | Server Port: 80 |
| 17 | |
| 18 | Document Path: / |
| 19 | Document Length: 10272 bytes |
| 20 | |
| 21 | Concurrency Level: 10 |
| 22 | Time taken for tests: 0.253 seconds |
| 23 | Complete requests: 200 |
| 24 | Failed requests: 0 |
| 25 | Write errors: 0 |
| 26 | Total transferred: 2150344 bytes |
| 27 | HTML transferred: 2058286 bytes |
| 28 | Requests per second: 790.39 [#/sec] (mean) |
| 29 | Time per request: 12.652 [ms] (mean) |
| 30 | Time per request: 1.265 [ms] (mean, across all concurrent requests) |
| 31 | Transfer rate: 8298.90 [Kbytes/sec] received |
| 32 | |
| 33 | Connection Times (ms) |
| 34 | min mean[+/-sd] median max |
| 35 | Connect: 1 3 1.0 3 5 |
| 36 | Processing: 4 9 9.3 6 48 |
| 37 | Waiting: 1 5 7.9 3 44 |
| 38 | Total: 4 12 9.3 9 52 |
| 39 | |
| 40 | Percentage of the requests served within a certain time (ms) |
| 41 | 50% 9 |
| 42 | 66% 10 |
| 43 | 75% 10 |
| 44 | 80% 11 |
| 45 | 90% 15 |
| 46 | 95% 38 |
| 47 | 98% 46 |
| 48 | 99% 47 |
| 49 | 100% 52 (longest request) |
| 50 | |
| 51 | }}} |
| 52 | |
| 53 | {{{ |
| 54 | ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://newlive.puffin.webarch.net/ |
| 55 | Server Hostname: newlive.puffin.webarch.net |
| 56 | Server Port: 80 |
| 57 | |
| 58 | Document Path: / |
| 59 | Document Length: 9248 bytes |
| 60 | |
| 61 | Concurrency Level: 10 |
| 62 | Time taken for tests: 0.262 seconds |
| 63 | Complete requests: 200 |
| 64 | Failed requests: 0 |
| 65 | Write errors: 0 |
| 66 | Total transferred: 1973433 bytes |
| 67 | HTML transferred: 1849600 bytes |
| 68 | Requests per second: 762.21 [#/sec] (mean) |
| 69 | Time per request: 13.120 [ms] (mean) |
| 70 | Time per request: 1.312 [ms] (mean, across all concurrent requests) |
| 71 | Transfer rate: 7344.61 [Kbytes/sec] received |
| 72 | |
| 73 | Connection Times (ms) |
| 74 | min mean[+/-sd] median max |
| 75 | Connect: 0 1 0.5 1 3 |
| 76 | Processing: 4 12 13.2 8 144 |
| 77 | Waiting: 2 10 13.3 6 143 |
| 78 | Total: 5 13 13.1 9 145 |
| 79 | |
| 80 | Percentage of the requests served within a certain time (ms) |
| 81 | 50% 9 |
| 82 | 66% 12 |
| 83 | 75% 15 |
| 84 | 80% 16 |
| 85 | 90% 24 |
| 86 | 95% 33 |
| 87 | 98% 40 |
| 88 | 99% 86 |
| 89 | 100% 145 (longest request) |
| 90 | }}} |