Changes between Version 24 and Version 25 of LoadTimes


Ignore:
Timestamp:
01/29/14 16:01:29 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadTimes

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