Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 4.58 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $> ab -n 2000 -c 100 http://burma-rails.herokuapp.com/
  2.  
  3.         Server Software:        thin
  4.         Server Hostname:        burma-rails.herokuapp.com
  5.         Server Port:            80
  6.  
  7.         Document Path:          /
  8.         Document Length:        18 bytes
  9.  
  10.         Concurrency Level:      100
  11.         Time taken for tests:   1.286 seconds
  12.         Complete requests:      2000
  13.         Failed requests:        0
  14.         Write errors:           0
  15.         Total transferred:      623555 bytes
  16.         HTML transferred:       36090 bytes
  17.         Requests per second:    1555.10 [#/sec] (mean)
  18.         Time per request:       64.305 [ms] (mean)
  19.         Time per request:       0.643 [ms] (mean, across all concurrent requests)
  20.         Transfer rate:          473.48 [Kbytes/sec] received
  21.  
  22.         Connection Times (ms)
  23.                       min  mean[+/-sd] median   max
  24.         Connect:        2    3   0.5      2       5
  25.         Processing:     8   60  30.4     56     192
  26.         Waiting:        8   60  30.4     56     192
  27.         Total:         10   62  30.5     58     197
  28.         ERROR: The median and mean for the initial connection time are more than twice the standard
  29.                deviation apart. These results are NOT reliable.
  30.  
  31.         Percentage of the requests served within a certain time (ms)
  32.           50%     58
  33.           66%     70
  34.           75%     79
  35.           80%     84
  36.           90%     99
  37.           95%    117
  38.           98%    144
  39.           99%    174
  40.          100%    197 (longest request)
  41.  
  42. $> ab -n 2000 -c 100 http://burma-sinatra.herokuapp.com/
  43.  
  44.         Server Software:        thin
  45.         Server Hostname:        burma-sinatra.herokuapp.com
  46.         Server Port:            80
  47.  
  48.         Document Path:          /
  49.         Document Length:        18 bytes
  50.  
  51.         Concurrency Level:      100
  52.         Time taken for tests:   0.867 seconds
  53.         Complete requests:      2000
  54.         Failed requests:        0
  55.         Write errors:           0
  56.         Total transferred:      306306 bytes
  57.         HTML transferred:       36036 bytes
  58.         Requests per second:    2307.52 [#/sec] (mean)
  59.         Time per request:       43.337 [ms] (mean)
  60.         Time per request:       0.433 [ms] (mean, across all concurrent requests)
  61.         Transfer rate:          345.12 [Kbytes/sec] received
  62.  
  63.         Connection Times (ms)
  64.                       min  mean[+/-sd] median   max
  65.         Connect:        2    3   0.6      3       5
  66.         Processing:    13   39   9.0     39      72
  67.         Waiting:       13   39   9.0     39      72
  68.         Total:         16   42   9.1     42      75
  69.  
  70.         Percentage of the requests served within a certain time (ms)
  71.           50%     42
  72.           66%     45
  73.           75%     47
  74.           80%     49
  75.           90%     54
  76.           95%     59
  77.           98%     65
  78.           99%     69
  79.          100%     75 (longest request)
  80.  
  81. $> ab -n 2000 -c 100 http://burma-goliath.herokuapp.com/
  82.  
  83.         Server Software:        Goliath
  84.         Server Hostname:        burma-goliath.herokuapp.com
  85.         Server Port:            80
  86.  
  87.         Document Path:          /
  88.         Document Length:        18 bytes
  89.  
  90.         Concurrency Level:      100
  91.         Time taken for tests:   0.724 seconds
  92.         Complete requests:      2000
  93.         Failed requests:        0
  94.         Write errors:           0
  95.         Total transferred:      260000 bytes
  96.         HTML transferred:       36000 bytes
  97.         Requests per second:    2760.63 [#/sec] (mean)
  98.         Time per request:       36.224 [ms] (mean)
  99.         Time per request:       0.362 [ms] (mean, across all concurrent requests)
  100.         Transfer rate:          350.47 [Kbytes/sec] received
  101.  
  102.         Connection Times (ms)
  103.                       min  mean[+/-sd] median   max
  104.         Connect:        2    3   0.6      3       6
  105.         Processing:     7   32  13.0     30      82
  106.         Waiting:        7   32  13.0     30      81
  107.         Total:          9   35  13.1     33      85
  108.  
  109.         Percentage of the requests served within a certain time (ms)
  110.           50%     33
  111.           66%     38
  112.           75%     42
  113.           80%     45
  114.           90%     53
  115.           95%     60
  116.           98%     69
  117.           99%     73
  118.          100%     85 (longest request)
  119.  
  120.  
  121. $> ab -n 2000 -c 100 http://burma-node.herokuapp.com/
  122.  
  123.         Server Software:        
  124.         Server Hostname:        burma-node.herokuapp.com
  125.         Server Port:            80
  126.  
  127.         Document Path:          /
  128.         Document Length:        18 bytes
  129.  
  130.         Concurrency Level:      100
  131.         Time taken for tests:   0.634 seconds
  132.         Complete requests:      2000
  133.         Failed requests:        0
  134.         Write errors:           0
  135.         Total transferred:      216000 bytes
  136.         HTML transferred:       36000 bytes
  137.         Requests per second:    3156.44 [#/sec] (mean)
  138.         Time per request:       31.681 [ms] (mean)
  139.         Time per request:       0.317 [ms] (mean, across all concurrent requests)
  140.         Transfer rate:          332.91 [Kbytes/sec] received
  141.  
  142.         Connection Times (ms)
  143.                       min  mean[+/-sd] median   max
  144.         Connect:        2    4   5.2      3      35
  145.         Processing:     7   25  26.9     20     260
  146.         Waiting:        7   24  23.1     20     259
  147.         Total:          9   29  27.2     23     262
  148.  
  149.         Percentage of the requests served within a certain time (ms)
  150.           50%     23
  151.           66%     26
  152.           75%     28
  153.           80%     30
  154.           90%     50
  155.           95%     56
  156.           98%     61
  157.           99%    254
  158.          100%    262 (longest request)