| 5 | |
| 6 | == 2014-01-29 == |
| 7 | |
| 8 | For reference, the following was run a few times on wiki:PuffinServer: |
| 9 | |
| 10 | {{{ |
| 11 | ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/ |
| 12 | }}} |
| 13 | |
| 14 | And the results were compated and this is a typical one: |
| 15 | |
| 16 | {{{ |
| 17 | Completed 200 requests |
| 18 | Finished 200 requests |
| 19 | |
| 20 | |
| 21 | Server Software: nginx |
| 22 | Server Hostname: www.transitionnetwork.org |
| 23 | Server Port: 80 |
| 24 | |
| 25 | Document Path: / |
| 26 | Document Length: 13252 bytes |
| 27 | |
| 28 | Concurrency Level: 10 |
| 29 | Time taken for tests: 0.859 seconds |
| 30 | Complete requests: 200 |
| 31 | Failed requests: 0 |
| 32 | Write errors: 0 |
| 33 | Total transferred: 2758044 bytes |
| 34 | HTML transferred: 2650400 bytes |
| 35 | Requests per second: 232.74 [#/sec] (mean) |
| 36 | Time per request: 42.966 [ms] (mean) |
| 37 | Time per request: 4.297 [ms] (mean, across all concurrent requests) |
| 38 | Transfer rate: 3134.35 [Kbytes/sec] received |
| 39 | |
| 40 | Connection Times (ms) |
| 41 | min mean[+/-sd] median max |
| 42 | Connect: 1 1 1.5 1 8 |
| 43 | Processing: 4 11 6.6 9 47 |
| 44 | Waiting: 3 10 6.5 8 46 |
| 45 | Total: 4 13 6.9 11 54 |
| 46 | |
| 47 | Percentage of the requests served within a certain time (ms) |
| 48 | 50% 11 |
| 49 | 66% 15 |
| 50 | 75% 17 |
| 51 | 80% 17 |
| 52 | 90% 22 |
| 53 | 95% 24 |
| 54 | 98% 31 |
| 55 | 99% 36 |
| 56 | 100% 54 (longest request) |
| 57 | }}} |