Browse Source

Accepted PR485 (php-senthot from pentatonicfunk) with minor changes to benchmark_config and setup.py

[email protected] 12 years ago
parent
commit
c5ff12e4f5

+ 1 - 1
gemini/Docroot/WEB-INF/resin.xml

@@ -14,7 +14,7 @@
     </server>
     </server>
 
 
     <host>
     <host>
-      <web-app id="/" root-directory="/home/sbandy/FrameworkBenchmarks/gemini/Docroot" />
+      <web-app id="/" root-directory="/home/fb/FrameworkBenchmarks/gemini/Docroot" />
     </host>
     </host>
 
 
   </cluster>
   </cluster>

+ 14 - 2
php-senthot/benchmark_config

@@ -1,14 +1,26 @@
 {
 {
   "framework": "senthot",
   "framework": "senthot",
   "tests": [{
   "tests": [{
-    "raw": {
+    "default": {
       "setup_file": "setup",
       "setup_file": "setup",
       "json_url": "/bench/rawjson",
       "json_url": "/bench/rawjson",
       "db_url": "/bench/rawdb",
       "db_url": "/bench/rawdb",
       "query_url": "/bench/rawdb?queries=",
       "query_url": "/bench/rawdb?queries=",
       "fortune_url": "/bench/rawfortunes",
       "fortune_url": "/bench/rawfortunes",
       "port": 80,
       "port": 80,
-      "sort": 200
+      "approach": "Realistic",
+      "classification": "Micro",
+      "database": "MySQL",
+      "framework": "senthot",
+      "language": "PHP",
+      "orm": "Raw",
+      "platform": "PHP-FPM",
+      "webserver": "nginx",
+      "os": "Linux",
+      "database_os": "Linux",
+      "display_name": "senthot",
+      "notes": "",
+      "versus": "php" 
     }
     }
   }]
   }]
 }
 }

+ 1 - 1
php-senthot/deploy/nginx.conf

@@ -19,7 +19,7 @@ http {
         listen       80;
         listen       80;
         server_name  localhost;
         server_name  localhost;
 
 
-        root /home/ubuntu/FrameworkBenchmarks/php-senthot/app/;
+        root /home/fb/FrameworkBenchmarks/php-senthot/app/;
         index  index.php;
         index  index.php;
 
 
         location / {
         location / {

+ 2 - 2
php-senthot/setup.py

@@ -6,7 +6,7 @@ from os.path import expanduser
 home = expanduser("~")
 home = expanduser("~")
 
 
 def start(args):
 def start(args):
-  setup_util.replace_text("php-senthot/app/conf/application.ini", "'DB_HOST' => 'localhost'", "'DB_HOST' => '" + args.database_host +"'")
+  setup_util.replace_text("php-senthot/app/Conf/config.php", "'DB_HOST' => 'localhost'", "'DB_HOST' => '" + args.database_host +"'")
   setup_util.replace_text("php-senthot/deploy/nginx.conf", "root .*\/FrameworkBenchmarks", "root " + home + "/FrameworkBenchmarks")
   setup_util.replace_text("php-senthot/deploy/nginx.conf", "root .*\/FrameworkBenchmarks", "root " + home + "/FrameworkBenchmarks")
 
 
   try:
   try:
@@ -24,4 +24,4 @@ def stop():
     subprocess.check_call("sudo chown -R $USER:$USER php-senthot", shell=True)
     subprocess.check_call("sudo chown -R $USER:$USER php-senthot", shell=True)
     return 0
     return 0
   except subprocess.CalledProcessError:
   except subprocess.CalledProcessError:
-    return 1
+    return 1

+ 0 - 121
results/gemini/20130926164503/db/gemini/raw

@@ -1,121 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-*** System restart required ***
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/db
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.62ms    1.73ms  17.36ms   88.03%
-    Req/Sec   294.94     64.66   500.00     75.56%
-  11139 requests in 5.00s, 1.88MB read
-Requests/sec:   2227.45
-Transfer/sec:    384.55KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    69.31ms   33.84ms   2.01s    95.43%
-    Req/Sec   470.96    116.66     2.00k    96.32%
-  56851 requests in 15.00s, 9.58MB read
-  Socket errors: connect 0, read 0, write 0, timeout 8
-Requests/sec:   3789.49
-Transfer/sec:    654.21KB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     2.05ms    3.45ms  62.02ms   98.37%
-    Req/Sec   612.40    122.38     3.22k    83.29%
-  69851 requests in 15.00s, 11.78MB read
-Requests/sec:   4656.87
-Transfer/sec:    803.94KB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.49ms    2.08ms  98.92ms   97.94%
-    Req/Sec   614.54    110.01     2.33k    71.12%
-  70032 requests in 15.00s, 11.81MB read
-Requests/sec:   4668.67
-Transfer/sec:    805.98KB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     7.69ms    3.00ms  62.84ms   96.52%
-    Req/Sec   537.85     83.98     1.36k    71.90%
-  62725 requests in 15.00s, 10.57MB read
-Requests/sec:   4181.36
-Transfer/sec:    721.85KB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    14.66ms    6.65ms 325.19ms   97.02%
-    Req/Sec   561.65     77.99     1.27k    66.21%
-  66605 requests in 15.00s, 11.23MB read
-Requests/sec:   4439.59
-Transfer/sec:    766.41KB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    28.31ms   10.10ms 321.43ms   95.81%
-    Req/Sec   570.33     46.15     0.89k    71.69%
-  68134 requests in 15.00s, 11.49MB read
-Requests/sec:   4541.81
-Transfer/sec:    784.10KB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    65.02ms  124.40ms   3.05s    99.45%
-    Req/Sec   547.55    161.53     2.77k    93.76%
-  65272 requests in 15.00s, 11.00MB read
-  Socket errors: connect 0, read 0, write 0, timeout 21
-Requests/sec:   4350.57
-Transfer/sec:    751.04KB

+ 0 - 121
results/gemini/20130926164503/fortune/gemini/raw

@@ -1,121 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-*** System restart required ***
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/fortunes
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.24ms    2.57ms  47.82ms   90.86%
-    Req/Sec   258.67     67.46   529.00     66.94%
-  9700 requests in 5.00s, 13.21MB read
-Requests/sec:   1939.49
-Transfer/sec:      2.64MB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    87.96ms   76.45ms   2.77s    97.08%
-    Req/Sec   379.02     75.60     1.09k    92.81%
-  44589 requests in 15.02s, 60.72MB read
-  Socket errors: connect 0, read 0, write 0, timeout 34
-Requests/sec:   2969.21
-Transfer/sec:      4.04MB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     2.42ms    3.32ms  55.78ms   98.12%
-    Req/Sec   501.21    103.40     2.67k    88.03%
-  57034 requests in 15.00s, 77.67MB read
-Requests/sec:   3802.34
-Transfer/sec:      5.18MB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.22ms    2.31ms  92.59ms   95.95%
-    Req/Sec   505.55    105.44     2.20k    69.12%
-  57641 requests in 15.00s, 78.50MB read
-Requests/sec:   3842.43
-Transfer/sec:      5.23MB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     9.11ms    4.03ms 127.16ms   93.85%
-    Req/Sec   457.63     79.50     1.69k    73.26%
-  53581 requests in 15.00s, 72.97MB read
-Requests/sec:   3571.90
-Transfer/sec:      4.86MB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    17.04ms    6.37ms 119.63ms   93.66%
-    Req/Sec   477.62     50.88     0.97k    71.41%
-  56644 requests in 15.00s, 77.14MB read
-Requests/sec:   3775.17
-Transfer/sec:      5.14MB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    34.54ms   12.08ms 231.94ms   92.07%
-    Req/Sec   462.53     34.12   606.00     71.01%
-  55355 requests in 15.00s, 75.39MB read
-Requests/sec:   3689.36
-Transfer/sec:      5.02MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    83.07ms  179.02ms   2.72s    99.17%
-    Req/Sec   451.94    152.41     2.20k    90.60%
-  54172 requests in 15.01s, 73.77MB read
-  Socket errors: connect 0, read 0, write 0, timeout 18
-Requests/sec:   3610.21
-Transfer/sec:      4.92MB

+ 0 - 128
results/gemini/20130926164503/json/gemini/raw

@@ -1,128 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
-  System information as of Thu Sep 26 16:46:32 PDT 2013
-
-  System load:  0.2                Processes:           99
-  Usage of /:   16.3% of 58.69GB   Users logged in:     1
-  Memory usage: 44%                IP address for eth0: 172.16.98.181
-  Swap usage:   0%
-
-  Graph this data and manage this system at https://landscape.canonical.com/
-
-*** System restart required ***
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     2.24ms    2.02ms  30.80ms   91.65%
-    Req/Sec   533.83    172.53     1.11k    74.15%
-  19630 requests in 5.00s, 3.24MB read
-Requests/sec:   3926.27
-Transfer/sec:    663.32KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   299.49ms    1.82s   14.96s    97.16%
-    Req/Sec     2.29k     1.60k   13.78k    82.93%
-  171083 requests in 15.14s, 28.23MB read
-  Socket errors: connect 0, read 0, write 0, timeout 820
-Requests/sec:  11297.44
-Transfer/sec:      1.86MB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   523.70us    2.58ms  58.16ms   99.44%
-    Req/Sec     2.77k   463.33    11.00k    82.61%
-  314756 requests in 15.00s, 51.93MB read
-Requests/sec:  20987.08
-Transfer/sec:      3.46MB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   778.40us    0.94ms  81.93ms   98.83%
-    Req/Sec     2.76k   421.21    12.67k    76.26%
-  314206 requests in 15.00s, 51.84MB read
-Requests/sec:  20948.48
-Transfer/sec:      3.46MB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.55ms    1.18ms  47.69ms   97.71%
-    Req/Sec     2.74k   374.64    13.00k    77.36%
-  312789 requests in 15.00s, 51.61MB read
-Requests/sec:  20853.93
-Transfer/sec:      3.44MB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.57ms    7.20ms 484.56ms   99.41%
-    Req/Sec     2.49k   389.05    11.50k    70.15%
-  284540 requests in 15.00s, 46.95MB read
-Requests/sec:  18971.22
-Transfer/sec:      3.13MB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     6.60ms    5.23ms 182.58ms   97.98%
-    Req/Sec     2.53k   295.59     7.12k    72.60%
-  293443 requests in 15.00s, 48.41MB read
-Requests/sec:  19563.73
-Transfer/sec:      3.23MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    47.75ms  451.18ms   7.30s    99.09%
-    Req/Sec     2.24k   666.64    20.29k    91.38%
-  264478 requests in 15.00s, 43.64MB read
-  Socket errors: connect 0, read 0, write 0, timeout 11
-Requests/sec:  17633.07
-Transfer/sec:      2.91MB

+ 0 - 95
results/gemini/20130926164503/plaintext/gemini/raw

@@ -1,95 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-*** System restart required ***
-
----------------------------------------------------------
- Running Primer gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/plaintext
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   542.94us    1.99ms  42.31ms   99.19%
-    Req/Sec     2.51k   461.40     8.60k    80.98%
-  94360 requests in 5.00s, 13.77MB read
-Requests/sec:  18870.44
-Transfer/sec:      2.75MB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.41s     1.25s    2.53s    55.68%
-    Req/Sec     2.41k     1.11k   26.33k    96.08%
-  275836 requests in 15.00s, 40.25MB read
-  Socket errors: connect 0, read 0, write 0, timeout 26
-Requests/sec:  18390.83
-Transfer/sec:      2.68MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 256 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   172.08ms   54.69ms   1.46s    91.99%
-    Req/Sec     3.03k   583.77     7.81k    91.87%
-  362033 requests in 15.00s, 52.83MB read
-Requests/sec:  24131.93
-Transfer/sec:      3.52MB
-
----------------------------------------------------------
- Concurrency: 1024 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 1024 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 1024 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   333.25ms  552.96ms  13.54s    92.25%
-    Req/Sec     3.09k     3.00k    8.29k    67.83%
-  268940 requests in 16.07s, 39.24MB read
-  Socket errors: connect 0, read 0, write 0, timeout 4788
-Requests/sec:  16737.79
-Transfer/sec:      2.44MB
-
----------------------------------------------------------
- Concurrency: 4096 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 4096 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 4096 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.01s     4.45s   10.16s    65.83%
-    Req/Sec     2.02k     1.25k    5.67k    72.30%
-  332946 requests in 15.01s, 48.58MB read
-  Socket errors: connect 0, read 0, write 0, timeout 20654
-Requests/sec:  22185.75
-Transfer/sec:      3.24MB
-
----------------------------------------------------------
- Concurrency: 16384 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 16384 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 16384 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.85s     5.29s   13.93s    74.98%
-    Req/Sec     3.07k   642.45     4.84k    75.34%
-  307429 requests in 15.02s, 44.86MB read
-  Socket errors: connect 11, read 241, write 0, timeout 104901
-Requests/sec:  20466.44
-Transfer/sec:      2.99MB

+ 0 - 110
results/gemini/20130926164503/query/gemini/raw

@@ -1,110 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-*** System restart required ***
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 5 -c 8 -t 8 http://localhost:8080/query?queries=2
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/query?queries=2
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.21ms    5.00ms  63.81ms   96.53%
-    Req/Sec   295.96     81.36     1.50k    71.37%
-  11219 requests in 5.00s, 2.25MB read
-Requests/sec:   2243.37
-Transfer/sec:    461.29KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=2
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=2
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    40.57ms   20.54ms 832.70ms   96.86%
-    Req/Sec   369.96    112.13   756.00     76.54%
-  38502 requests in 15.10s, 7.73MB read
-  Socket errors: connect 0, read 0, write 0, timeout 1000
-Requests/sec:   2549.52
-Transfer/sec:    524.24KB
-
----------------------------------------------------------
- Queries: 1 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=1
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=1
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    64.42ms   35.14ms   1.39s    94.53%
-    Req/Sec   508.96    157.87     2.30k    93.24%
-  60217 requests in 15.00s, 10.27MB read
-  Socket errors: connect 0, read 0, write 0, timeout 32
-Requests/sec:   4013.67
-Transfer/sec:    700.74KB
-
----------------------------------------------------------
- Queries: 5 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=5
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=5
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   248.69ms  124.17ms   2.78s    95.68%
-    Req/Sec   132.61     54.00   491.00     90.91%
-  15933 requests in 15.02s, 4.66MB read
-  Socket errors: connect 0, read 0, write 0, timeout 55
-Requests/sec:   1060.93
-Transfer/sec:    317.95KB
-
----------------------------------------------------------
- Queries: 10 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=10
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=10
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   407.67ms  180.42ms   3.51s    95.62%
-    Req/Sec    81.04     12.17   151.00     87.10%
-  9648 requests in 15.05s, 4.29MB read
-  Socket errors: connect 0, read 0, write 0, timeout 39
-Requests/sec:    641.20
-Transfer/sec:    291.67KB
-
----------------------------------------------------------
- Queries: 15 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=15
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=15
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   578.21ms  201.22ms   2.72s    89.81%
-    Req/Sec    55.32     10.32   103.00     83.44%
-  6612 requests in 15.02s, 3.94MB read
-  Socket errors: connect 0, read 0, write 0, timeout 29
-Requests/sec:    440.07
-Transfer/sec:    268.48KB
-
----------------------------------------------------------
- Queries: 20 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=20
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=20
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   748.61ms  206.38ms   2.36s    88.95%
-    Req/Sec    42.55      6.31    80.00     85.94%
-  5083 requests in 15.06s, 3.80MB read
-Requests/sec:    337.61
-Transfer/sec:    258.32KB

File diff suppressed because it is too large
+ 0 - 0
results/gemini/20130926164503/results.json


+ 0 - 109
results/gemini/20130926164503/update/gemini/raw

@@ -1,109 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-*** System restart required ***
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 5 -c 8 -t 8 http://localhost:8080/update?queries=2
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/update?queries=2
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    30.03ms   47.02ms 290.59ms   93.28%
-    Req/Sec    61.50     28.93   189.00     69.40%
-  2498 requests in 5.18s, 513.63KB read
-Requests/sec:    482.25
-Transfer/sec:     99.16KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=2
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=2
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   239.67ms  141.49ms 873.03ms   76.41%
-    Req/Sec   131.37     17.39   169.00     68.57%
-  15640 requests in 15.00s, 3.14MB read
-Requests/sec:   1042.37
-Transfer/sec:    214.33KB
-
----------------------------------------------------------
- Queries: 1 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=1
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=1
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   125.36ms  129.80ms   1.26s    88.35%
-    Req/Sec   256.89     46.65   350.00     70.65%
-  30691 requests in 15.00s, 5.23MB read
-  Socket errors: connect 0, read 0, write 0, timeout 3
-Requests/sec:   2045.59
-Transfer/sec:    357.13KB
-
----------------------------------------------------------
- Queries: 5 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=5
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=5
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   487.96ms  240.03ms   1.46s    77.37%
-    Req/Sec    64.77      9.59    89.00     75.20%
-  7751 requests in 15.02s, 2.27MB read
-  Socket errors: connect 0, read 0, write 0, timeout 1
-Requests/sec:    516.09
-Transfer/sec:    154.68KB
-
----------------------------------------------------------
- Queries: 10 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=10
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=10
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   906.14ms  269.77ms   2.19s    73.73%
-    Req/Sec    35.92      2.84    43.00     62.90%
-  4171 requests in 15.03s, 1.85MB read
-Requests/sec:    277.54
-Transfer/sec:    126.24KB
-
----------------------------------------------------------
- Queries: 15 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=15
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=15
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.21s   254.42ms   2.36s    70.63%
-    Req/Sec    26.41      3.17    32.00     66.67%
-  3061 requests in 15.16s, 1.82MB read
-  Socket errors: connect 0, read 0, write 0, timeout 4
-Requests/sec:    201.92
-Transfer/sec:    123.16KB
-
----------------------------------------------------------
- Queries: 20 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=20
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=20
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.88s   440.80ms   5.06s    70.98%
-    Req/Sec    16.66      2.35    21.00     68.75%
-  1955 requests in 15.16s, 1.46MB read
-  Socket errors: connect 0, read 0, write 0, timeout 150
-Requests/sec:    128.96
-Transfer/sec:     98.68KB

+ 0 - 119
results/gemini/20130930121052/db/gemini/raw

@@ -1,119 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/db
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.56ms    1.87ms  16.26ms   88.88%
-    Req/Sec   307.82     70.79   500.00     74.66%
-  11596 requests in 5.00s, 1.95MB read
-Requests/sec:   2318.82
-Transfer/sec:    400.31KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    65.43ms   69.40ms   3.77s    98.68%
-    Req/Sec   512.17    147.03     2.01k    92.85%
-  60079 requests in 15.00s, 10.13MB read
-  Socket errors: connect 0, read 0, write 0, timeout 6
-Requests/sec:   4004.17
-Transfer/sec:    691.26KB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.91ms    2.97ms  52.48ms   98.35%
-    Req/Sec   638.16    121.85     3.10k    72.80%
-  72907 requests in 15.00s, 12.29MB read
-Requests/sec:   4860.38
-Transfer/sec:    839.08KB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.31ms    1.71ms  32.79ms   97.44%
-    Req/Sec   645.26    115.75     3.56k    68.32%
-  73926 requests in 15.00s, 12.46MB read
-Requests/sec:   4928.48
-Transfer/sec:    850.84KB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     6.75ms    3.24ms  77.35ms   97.66%
-    Req/Sec   618.56     97.42     2.42k    74.28%
-  71638 requests in 15.00s, 12.08MB read
-Requests/sec:   4775.34
-Transfer/sec:    824.40KB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    13.36ms    6.87ms 407.92ms   98.09%
-    Req/Sec   614.01     64.88     1.59k    71.83%
-  72522 requests in 15.00s, 12.23MB read
-Requests/sec:   4834.57
-Transfer/sec:    834.63KB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    26.93ms   11.09ms 248.16ms   98.03%
-    Req/Sec   599.63     46.20     1.12k    72.46%
-  71377 requests in 15.00s, 12.03MB read
-Requests/sec:   4757.92
-Transfer/sec:    821.39KB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    57.59ms   35.18ms   1.67s    97.34%
-    Req/Sec   565.28    134.55     2.26k    95.43%
-  67242 requests in 15.00s, 11.34MB read
-Requests/sec:   4482.51
-Transfer/sec:    773.83KB

+ 0 - 119
results/gemini/20130930121052/fortune/gemini/raw

@@ -1,119 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/fortunes
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.16ms    1.94ms  19.14ms   82.18%
-    Req/Sec   257.00     62.44   500.00     70.78%
-  9600 requests in 5.00s, 13.07MB read
-Requests/sec:   1919.64
-Transfer/sec:      2.61MB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    85.77ms   49.21ms   1.69s    94.63%
-    Req/Sec   381.95     55.22     1.13k    92.92%
-  45432 requests in 15.00s, 61.87MB read
-Requests/sec:   3028.52
-Transfer/sec:      4.12MB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     2.25ms    2.59ms  46.42ms   97.99%
-    Req/Sec   522.13    106.03     2.40k    77.49%
-  59425 requests in 15.00s, 80.93MB read
-Requests/sec:   3961.84
-Transfer/sec:      5.40MB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.16ms    2.62ms  92.95ms   97.35%
-    Req/Sec   518.03    107.66     2.33k    67.43%
-  58931 requests in 15.00s, 80.26MB read
-Requests/sec:   3928.54
-Transfer/sec:      5.35MB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     8.26ms    3.49ms  59.41ms   94.62%
-    Req/Sec   502.70     78.91     1.58k    72.90%
-  58677 requests in 15.00s, 79.91MB read
-Requests/sec:   3911.30
-Transfer/sec:      5.33MB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    17.41ms    6.50ms 131.61ms   93.96%
-    Req/Sec   468.73     55.44     1.03k    68.10%
-  55664 requests in 15.00s, 75.81MB read
-Requests/sec:   3710.10
-Transfer/sec:      5.05MB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    33.83ms   12.64ms 280.34ms   94.13%
-    Req/Sec   475.72     32.20     0.86k    77.76%
-  56766 requests in 15.00s, 77.31MB read
-Requests/sec:   3784.33
-Transfer/sec:      5.15MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    72.33ms  100.83ms   2.98s    99.31%
-    Req/Sec   480.72    182.20     3.81k    92.18%
-  56252 requests in 15.00s, 76.61MB read
-  Socket errors: connect 0, read 0, write 0, timeout 45
-Requests/sec:   3749.20
-Transfer/sec:      5.11MB

+ 0 - 127
results/gemini/20130930121052/json/gemini/raw

@@ -1,127 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
-  System information as of Mon Sep 30 12:12:32 PDT 2013
-
-  System load:  0.44               Processes:           110
-  Usage of /:   29.9% of 58.69GB   Users logged in:     2
-  Memory usage: 33%                IP address for eth0: 172.16.98.181
-  Swap usage:   0%
-
-  Graph this data and manage this system at https://landscape.canonical.com/
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.85ms    1.55ms  17.86ms   90.38%
-    Req/Sec   651.54    229.97     1.33k    62.12%
-  23817 requests in 5.00s, 3.93MB read
-Requests/sec:   4763.24
-Transfer/sec:    804.73KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   846.95ms    1.96s   11.96s    83.61%
-    Req/Sec     2.73k     2.22k   13.33k    66.41%
-  193783 requests in 14.98s, 31.97MB read
-  Socket errors: connect 0, read 0, write 0, timeout 913
-Requests/sec:  12932.34
-Transfer/sec:      2.13MB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   444.15us    1.54ms  45.90ms   99.43%
-    Req/Sec     2.74k   401.56     9.89k    85.80%
-  310480 requests in 15.00s, 51.22MB read
-Requests/sec:  20701.16
-Transfer/sec:      3.42MB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   829.26us  777.04us  50.31ms   95.84%
-    Req/Sec     2.62k   503.86    13.11k    78.51%
-  298423 requests in 14.99s, 49.24MB read
-Requests/sec:  19901.62
-Transfer/sec:      3.28MB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.63ms    1.50ms 162.38ms   97.98%
-    Req/Sec     2.63k   384.51    11.44k    74.63%
-  299727 requests in 14.99s, 49.45MB read
-Requests/sec:  19992.45
-Transfer/sec:      3.30MB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.21ms    2.93ms 333.80ms   98.23%
-    Req/Sec     2.64k   332.80    12.00k    72.32%
-  300705 requests in 15.00s, 49.61MB read
-Requests/sec:  20048.01
-Transfer/sec:      3.31MB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     7.37ms    5.49ms 209.62ms   97.53%
-    Req/Sec     2.28k   261.10     6.28k    73.52%
-  264992 requests in 15.00s, 43.72MB read
-Requests/sec:  17666.83
-Transfer/sec:      2.91MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    24.12ms  256.61ms   8.65s    99.42%
-    Req/Sec     2.43k   506.62    11.25k    85.48%
-  284671 requests in 15.00s, 46.97MB read
-  Socket errors: connect 0, read 0, write 0, timeout 41
-Requests/sec:  18979.15
-Transfer/sec:      3.13MB

+ 0 - 95
results/gemini/20130930121052/plaintext/gemini/raw

@@ -1,95 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/plaintext
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   548.61us    2.16ms  50.43ms   99.37%
-    Req/Sec     2.43k   366.74     3.33k    84.83%
-  92086 requests in 5.00s, 13.44MB read
-Requests/sec:  18415.75
-Transfer/sec:      2.69MB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    20.19ms   89.88ms   2.37s    99.31%
-    Req/Sec     2.43k   784.98    23.44k    95.87%
-  283550 requests in 15.00s, 41.37MB read
-  Socket errors: connect 0, read 0, write 0, timeout 6
-Requests/sec:  18902.35
-Transfer/sec:      2.76MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 256 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   167.87ms   80.95ms   1.77s    97.58%
-    Req/Sec     3.15k   479.49     9.44k    95.77%
-  372956 requests in 15.00s, 54.42MB read
-  Socket errors: connect 0, read 0, write 0, timeout 3
-Requests/sec:  24858.11
-Transfer/sec:      3.63MB
-
----------------------------------------------------------
- Concurrency: 1024 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 1024 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 1024 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.17s     3.47s   14.62s    93.64%
-    Req/Sec     3.24k     2.55k   10.74k    64.29%
-  264005 requests in 16.06s, 38.52MB read
-  Socket errors: connect 0, read 0, write 0, timeout 4522
-Requests/sec:  16442.85
-Transfer/sec:      2.40MB
-
----------------------------------------------------------
- Concurrency: 4096 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 4096 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 4096 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.13s     1.09s   12.17s    73.50%
-    Req/Sec     1.83k     1.47k    4.97k    50.16%
-  323351 requests in 15.01s, 47.18MB read
-  Socket errors: connect 0, read 0, write 0, timeout 21093
-Requests/sec:  21544.87
-Transfer/sec:      3.14MB
-
----------------------------------------------------------
- Concurrency: 16384 for gemini
- wrk-pipeline -H 'Host: localhost' -H 'Accept: text/plain,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' --pipeline 16 -d 15 -c 16384 -t 8 http://localhost:8080/plaintext
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/plaintext
-  8 threads and 16384 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.55s     1.25s   13.73s    99.08%
-    Req/Sec     2.84k     1.45k    6.52k    73.08%
-  308417 requests in 16.32s, 45.00MB read
-  Socket errors: connect 11, read 0, write 0, timeout 105710
-Requests/sec:  18901.40
-Transfer/sec:      2.76MB

+ 0 - 110
results/gemini/20130930121052/query/gemini/raw

@@ -1,110 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 5 -c 8 -t 8 http://localhost:8080/query?queries=2
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/query?queries=2
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    10.51ms   32.56ms 160.08ms   95.35%
-    Req/Sec   321.03    105.99   800.00     71.91%
-  12091 requests in 5.00s, 2.43MB read
-Requests/sec:   2417.66
-Transfer/sec:    497.12KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=2
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=2
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    38.25ms   12.64ms 223.07ms   96.35%
-    Req/Sec   381.27    151.71   777.00     69.67%
-  40055 requests in 15.11s, 8.04MB read
-  Socket errors: connect 0, read 0, write 0, timeout 996
-Requests/sec:   2651.08
-Transfer/sec:    545.13KB
-
----------------------------------------------------------
- Queries: 1 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=1
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=1
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    65.26ms   74.80ms   2.49s    98.80%
-    Req/Sec   518.56    138.14     1.78k    93.45%
-  61068 requests in 15.00s, 10.41MB read
-  Socket errors: connect 0, read 0, write 0, timeout 32
-Requests/sec:   4070.77
-Transfer/sec:    710.71KB
-
----------------------------------------------------------
- Queries: 5 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=5
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=5
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   201.87ms   83.94ms   2.78s    95.72%
-    Req/Sec   161.72     43.64   510.00     94.01%
-  18676 requests in 15.01s, 5.47MB read
-  Socket errors: connect 0, read 0, write 0, timeout 20
-Requests/sec:   1244.40
-Transfer/sec:    372.95KB
-
----------------------------------------------------------
- Queries: 10 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=10
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=10
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   398.02ms  178.24ms   3.30s    93.67%
-    Req/Sec    80.13     23.81   224.00     89.03%
-  9612 requests in 15.01s, 4.27MB read
-  Socket errors: connect 0, read 0, write 0, timeout 32
-Requests/sec:    640.17
-Transfer/sec:    291.20KB
-
----------------------------------------------------------
- Queries: 15 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=15
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=15
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   579.48ms  209.04ms   3.23s    90.51%
-    Req/Sec    55.05     14.31   145.00     84.33%
-  6570 requests in 15.08s, 3.91MB read
-  Socket errors: connect 0, read 0, write 0, timeout 34
-Requests/sec:    435.69
-Transfer/sec:    265.81KB
-
----------------------------------------------------------
- Queries: 20 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=20
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=20
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   863.73ms  334.13ms   3.02s    88.34%
-    Req/Sec    37.46      7.64    55.00     87.50%
-  4540 requests in 15.05s, 3.39MB read
-  Socket errors: connect 0, read 0, write 0, timeout 47
-Requests/sec:    301.62
-Transfer/sec:    230.79KB

File diff suppressed because it is too large
+ 0 - 0
results/gemini/20130930121052/results.json


+ 0 - 107
results/gemini/20130930121052/update/gemini/raw

@@ -1,107 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 5 -c 8 -t 8 http://localhost:8080/update?queries=2
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/update?queries=2
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    17.18ms   13.57ms 129.70ms   97.24%
-    Req/Sec    69.63     22.71   133.00     63.34%
-  2848 requests in 5.01s, 585.62KB read
-Requests/sec:    568.87
-Transfer/sec:    116.97KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=2
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=2
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   238.05ms  118.78ms 908.12ms   82.29%
-    Req/Sec   134.22     21.21   179.00     73.05%
-  16036 requests in 15.00s, 3.22MB read
-Requests/sec:   1068.94
-Transfer/sec:    219.80KB
-
----------------------------------------------------------
- Queries: 1 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=1
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=1
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   124.82ms   99.86ms   1.16s    84.80%
-    Req/Sec   261.84     37.64   349.00     73.61%
-  31368 requests in 15.00s, 5.35MB read
-Requests/sec:   2090.88
-Transfer/sec:    365.05KB
-
----------------------------------------------------------
- Queries: 5 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=5
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=5
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   444.49ms  166.07ms   1.25s    81.08%
-    Req/Sec    72.29     10.04    89.00     71.93%
-  8518 requests in 15.01s, 2.49MB read
-Requests/sec:    567.40
-Transfer/sec:    170.06KB
-
----------------------------------------------------------
- Queries: 10 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=10
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=10
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   843.05ms  231.83ms   1.71s    73.18%
-    Req/Sec    36.74      3.93    45.00     71.93%
-  4362 requests in 15.10s, 1.94MB read
-  Socket errors: connect 0, read 0, write 0, timeout 2
-Requests/sec:    288.95
-Transfer/sec:    131.44KB
-
----------------------------------------------------------
- Queries: 15 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=15
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=15
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.30s   302.77ms   2.84s    68.86%
-    Req/Sec    24.22      2.98    30.00     64.00%
-  2848 requests in 15.13s, 1.70MB read
-  Socket errors: connect 0, read 0, write 0, timeout 1
-Requests/sec:    188.23
-Transfer/sec:    114.83KB
-
----------------------------------------------------------
- Queries: 20 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=20
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=20
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.84s   438.97ms   3.36s    71.43%
-    Req/Sec    17.03      1.43    20.00     70.97%
-  2017 requests in 15.18s, 1.51MB read
-  Socket errors: connect 0, read 0, write 0, timeout 112
-Requests/sec:    132.91
-Transfer/sec:    101.71KB

+ 0 - 119
results/gemini/20130930143442/db/gemini/raw

@@ -1,119 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/db
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.49ms    1.69ms  16.91ms   87.31%
-    Req/Sec   309.78     64.07   533.00     68.35%
-  11628 requests in 5.00s, 1.96MB read
-Requests/sec:   2324.96
-Transfer/sec:    401.38KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    66.94ms   63.44ms   1.60s    96.51%
-    Req/Sec   508.81    175.84     3.56k    95.14%
-  60649 requests in 15.01s, 10.23MB read
-  Socket errors: connect 0, read 0, write 0, timeout 4
-Requests/sec:   4041.89
-Transfer/sec:    697.79KB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.95ms    3.23ms  50.32ms   98.06%
-    Req/Sec   654.40    129.07     2.44k    84.85%
-  74611 requests in 15.00s, 12.58MB read
-Requests/sec:   4974.19
-Transfer/sec:    858.75KB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.44ms    1.92ms  53.50ms   97.42%
-    Req/Sec   626.37    117.55     2.00k    67.54%
-  71545 requests in 15.00s, 12.06MB read
-Requests/sec:   4769.74
-Transfer/sec:    823.45KB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     7.10ms    3.20ms  64.36ms   97.05%
-    Req/Sec   593.11     95.57     2.38k    71.19%
-  68793 requests in 15.00s, 11.60MB read
-Requests/sec:   4586.09
-Transfer/sec:    791.74KB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    13.28ms    7.21ms 403.11ms   98.14%
-    Req/Sec   621.42     71.00     1.88k    74.19%
-  73352 requests in 15.00s, 12.37MB read
-Requests/sec:   4890.06
-Transfer/sec:    844.22KB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    26.88ms   10.02ms 254.57ms   97.09%
-    Req/Sec   601.37     48.75     1.22k    72.58%
-  71892 requests in 15.00s, 12.12MB read
-Requests/sec:   4791.60
-Transfer/sec:    827.21KB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/db
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/db
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   945.14ms  938.26ms   1.94s    52.22%
-    Req/Sec   586.51    229.35     4.10k    82.85%
-  67664 requests in 15.00s, 11.41MB read
-Requests/sec:   4510.48
-Transfer/sec:    778.68KB

+ 0 - 119
results/gemini/20130930143442/fortune/gemini/raw

@@ -1,119 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/fortunes
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.01ms    2.94ms  59.62ms   93.92%
-    Req/Sec   274.31     73.51   611.00     69.86%
-  10269 requests in 5.00s, 13.98MB read
-Requests/sec:   2053.53
-Transfer/sec:      2.80MB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    71.32ms   52.33ms   1.84s    96.04%
-    Req/Sec   462.95    102.38     1.66k    92.71%
-  54895 requests in 15.01s, 74.76MB read
-  Socket errors: connect 0, read 0, write 0, timeout 32
-Requests/sec:   3657.87
-Transfer/sec:      4.98MB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     2.32ms    3.26ms  50.29ms   97.96%
-    Req/Sec   520.96    108.63     2.33k    77.74%
-  59372 requests in 15.00s, 80.86MB read
-Requests/sec:   3958.18
-Transfer/sec:      5.39MB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     4.20ms    1.98ms  33.13ms   94.51%
-    Req/Sec   511.00    108.63     2.78k    67.98%
-  58406 requests in 15.00s, 79.54MB read
-Requests/sec:   3893.83
-Transfer/sec:      5.30MB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     8.03ms    3.41ms  92.82ms   94.22%
-    Req/Sec   517.09     77.28     1.69k    70.36%
-  60262 requests in 15.00s, 82.07MB read
-Requests/sec:   4016.77
-Transfer/sec:      5.47MB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    16.08ms    6.94ms 356.33ms   95.17%
-    Req/Sec   502.37     54.26     1.05k    71.24%
-  59506 requests in 15.00s, 81.04MB read
-Requests/sec:   3966.29
-Transfer/sec:      5.40MB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    33.49ms   16.43ms 668.75ms   95.57%
-    Req/Sec   485.21     36.31   826.00     74.94%
-  57986 requests in 15.00s, 78.97MB read
-Requests/sec:   3865.06
-Transfer/sec:      5.26MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/fortunes
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/fortunes
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   114.47ms  335.53ms   2.52s    98.08%
-    Req/Sec   489.31    236.47     4.18k    92.82%
-  56316 requests in 15.01s, 76.69MB read
-Requests/sec:   3752.53
-Transfer/sec:      5.11MB

+ 0 - 127
results/gemini/20130930143442/json/gemini/raw

@@ -1,127 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
-  System information as of Mon Sep 30 14:36:09 PDT 2013
-
-  System load:  0.21               Processes:           121
-  Usage of /:   30.0% of 58.69GB   Users logged in:     2
-  Memory usage: 32%                IP address for eth0: 172.16.98.181
-  Swap usage:   0%
-
-  Graph this data and manage this system at https://landscape.canonical.com/
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 60 -c 8 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.87ms    1.55ms  14.67ms   90.85%
-    Req/Sec   627.79    195.73     1.33k    71.97%
-  23020 requests in 5.00s, 3.80MB read
-Requests/sec:   4603.63
-Transfer/sec:    777.76KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    31.20ms  383.53ms  13.35s    98.52%
-    Req/Sec     3.32k     1.95k   17.33k    81.46%
-  223036 requests in 15.10s, 36.80MB read
-  Socket errors: connect 0, read 0, write 0, timeout 968
-Requests/sec:  14774.32
-Transfer/sec:      2.44MB
-
----------------------------------------------------------
- Concurrency: 8 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 8 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   471.15us    1.56ms  44.43ms   99.28%
-    Req/Sec     2.63k   434.45    11.70k    79.96%
-  299870 requests in 15.00s, 49.47MB read
-Requests/sec:  19994.40
-Transfer/sec:      3.30MB
-
----------------------------------------------------------
- Concurrency: 16 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 16 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 16 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   757.16us  615.57us  23.06ms   97.33%
-    Req/Sec     2.81k   384.79    12.67k    77.43%
-  319428 requests in 15.00s, 52.70MB read
-Requests/sec:  21296.74
-Transfer/sec:      3.51MB
-
----------------------------------------------------------
- Concurrency: 32 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 32 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 32 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.52ms    1.45ms 163.76ms   98.49%
-    Req/Sec     2.79k   382.11    13.56k    74.89%
-  317559 requests in 15.00s, 52.39MB read
-Requests/sec:  21171.31
-Transfer/sec:      3.49MB
-
----------------------------------------------------------
- Concurrency: 64 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 64 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 64 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     3.17ms    2.54ms 102.89ms   98.17%
-    Req/Sec     2.69k   338.69    12.30k    77.94%
-  306501 requests in 15.00s, 50.57MB read
-Requests/sec:  20435.18
-Transfer/sec:      3.37MB
-
----------------------------------------------------------
- Concurrency: 128 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 128 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 128 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     6.37ms    4.77ms 184.62ms   97.85%
-    Req/Sec     2.61k   276.93     9.92k    76.09%
-  303439 requests in 15.00s, 50.06MB read
-Requests/sec:  20229.22
-Transfer/sec:      3.34MB
-
----------------------------------------------------------
- Concurrency: 256 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive'  -d 15 -c 256 -t 8 http://localhost:8080/
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     2.23s     3.99s   13.93s    76.51%
-    Req/Sec     2.51k   814.74    18.60k    81.66%
-  289119 requests in 15.00s, 47.70MB read
-  Socket errors: connect 0, read 0, write 0, timeout 132
-Requests/sec:  19276.41
-Transfer/sec:      3.18MB

+ 0 - 107
results/gemini/20130930143442/query/gemini/raw

@@ -1,107 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 5 -c 8 -t 8 http://localhost:8080/query?queries=2
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/query?queries=2
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     9.22ms   28.95ms 152.27ms   96.00%
-    Req/Sec   320.74    101.24   555.00     72.92%
-  12100 requests in 5.00s, 2.43MB read
-Requests/sec:   2419.62
-Transfer/sec:    497.57KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=2
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=2
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    75.18ms  648.15ms  14.98s    99.80%
-    Req/Sec   405.09    207.24     1.16k    54.35%
-  39305 requests in 15.05s, 7.89MB read
-  Socket errors: connect 0, read 0, write 0, timeout 856
-Requests/sec:   2611.33
-Transfer/sec:    536.97KB
-
----------------------------------------------------------
- Queries: 1 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=1
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=1
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    65.64ms   71.96ms   1.56s    99.22%
-    Req/Sec   521.71    149.31     2.34k    95.21%
-  62155 requests in 15.01s, 10.60MB read
-Requests/sec:   4142.13
-Transfer/sec:    723.19KB
-
----------------------------------------------------------
- Queries: 5 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=5
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=5
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   240.78ms  124.28ms   2.76s    94.62%
-    Req/Sec   136.31     54.11   580.00     93.42%
-  16457 requests in 15.02s, 4.82MB read
-  Socket errors: connect 0, read 0, write 0, timeout 1
-Requests/sec:   1095.67
-Transfer/sec:    328.41KB
-
----------------------------------------------------------
- Queries: 10 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=10
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=10
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   404.73ms  142.77ms   1.91s    94.03%
-    Req/Sec    81.86     28.04   311.00     91.55%
-  9731 requests in 15.03s, 4.32MB read
-Requests/sec:    647.63
-Transfer/sec:    294.63KB
-
----------------------------------------------------------
- Queries: 15 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=15
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=15
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   552.28ms  181.42ms   2.21s    90.61%
-    Req/Sec    58.92      8.55   100.00     82.52%
-  7059 requests in 15.03s, 4.21MB read
-Requests/sec:    469.70
-Transfer/sec:    286.56KB
-
----------------------------------------------------------
- Queries: 20 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/query?queries=20
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/query?queries=20
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   698.20ms  229.49ms   2.71s    90.91%
-    Req/Sec    45.67      8.40    93.00     89.39%
-  5377 requests in 15.06s, 4.02MB read
-  Socket errors: connect 0, read 0, write 0, timeout 48
-Requests/sec:    356.97
-Transfer/sec:    273.19KB

+ 0 - 99
results/gemini/20130930143442/update/gemini/raw

@@ -1,99 +0,0 @@
-Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
-
- * Documentation:  https://help.ubuntu.com/
-
- System information disabled due to load higher than 1.0
-
-
----------------------------------------------------------
- Running Primer gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 5 -c 8 -t 8 http://localhost:8080/update?queries=2
----------------------------------------------------------
-
-Running 5s test @ http://localhost:8080/update?queries=2
-  8 threads and 8 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency    21.20ms   38.62ms 209.63ms   95.74%
-    Req/Sec    76.36     24.67   130.00     76.23%
-  3120 requests in 5.01s, 641.49KB read
-Requests/sec:    623.15
-Transfer/sec:    128.12KB
-
----------------------------------------------------------
- Running Warmup gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=2
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=2
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   278.60ms  145.81ms   1.60s    88.32%
-    Req/Sec   115.56     19.14   156.00     80.51%
-  13907 requests in 15.01s, 2.79MB read
-  Socket errors: connect 0, read 0, write 0, timeout 1
-Requests/sec:    926.73
-Transfer/sec:    190.55KB
-
----------------------------------------------------------
- Queries: 1 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=1
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=1
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   126.86ms  139.18ms   1.24s    91.65%
-    Req/Sec   276.02     57.71   403.00     76.72%
-  32909 requests in 15.03s, 5.61MB read
-Requests/sec:   2189.16
-Transfer/sec:    382.20KB
-
----------------------------------------------------------
- Queries: 5 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=5
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=5
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   448.34ms  221.36ms   1.66s    77.26%
-    Req/Sec    70.09      9.12    87.00     77.50%
-  8357 requests in 15.02s, 2.45MB read
-Requests/sec:    556.31
-Transfer/sec:    166.72KB
-
----------------------------------------------------------
- Queries: 10 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=10
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=10
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency   866.73ms  246.24ms   2.62s    76.44%
-    Req/Sec    36.75      3.27    45.00     78.95%
-  4424 requests in 15.06s, 1.97MB read
-  Socket errors: connect 0, read 0, write 0, timeout 1
-Requests/sec:    293.72
-Transfer/sec:    133.60KB
-
----------------------------------------------------------
- Queries: 15 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=15
----------------------------------------------------------
-
-Running 15s test @ http://localhost:8080/update?queries=15
-  8 threads and 256 connections
-  Thread Stats   Avg      Stdev     Max   +/- Stdev
-    Latency     1.28s   312.95ms   3.27s    72.83%
-    Req/Sec    24.94      3.14    34.00     72.55%
-  2946 requests in 15.04s, 1.75MB read
-  Socket errors: connect 0, read 0, write 0, timeout 2
-Requests/sec:    195.83
-Transfer/sec:    119.46KB
-
----------------------------------------------------------
- Queries: 20 for gemini
- wrk -H 'Host: localhost' -H 'Accept: application/json,text/html;q=0.9,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7' -H 'Connection: keep-alive' -d 15 -c 256 -t 8 http://localhost:8080/update?queries=20
----------------------------------------------------------
-

+ 3 - 2
toolset/benchmark/benchmarker.py

@@ -431,7 +431,7 @@ class Benchmarker:
         # application server or the database server don't match
         # application server or the database server don't match
         # our current environment
         # our current environment
         return
         return
-      
+ 
       # If the user specified which tests to run, then 
       # If the user specified which tests to run, then 
       # we can skip over tests that are not in that list
       # we can skip over tests that are not in that list
       if self.test != None and test.name not in self.test:
       if self.test != None and test.name not in self.test:
@@ -445,6 +445,7 @@ class Benchmarker:
       if self.type != 'all' and not test.contains_type(self.type):
       if self.type != 'all' and not test.contains_type(self.type):
         return
         return
 
 
+      logging.debug("test.os.lower() = %s  test.database_os.lower() = %s",test.os.lower(),test.database_os.lower()) 
       logging.debug("self.results['frameworks'] != None: " + str(self.results['frameworks'] != None))
       logging.debug("self.results['frameworks'] != None: " + str(self.results['frameworks'] != None))
       logging.debug("test.name: " + str(test.name))
       logging.debug("test.name: " + str(test.name))
       logging.debug("self.results['completed']: " + str(self.results['completed']))
       logging.debug("self.results['completed']: " + str(self.results['completed']))
@@ -674,7 +675,7 @@ class Benchmarker:
     
     
     self.__dict__.update(args)
     self.__dict__.update(args)
     self.start_time = time.time()
     self.start_time = time.time()
-    self.run_test_timeout_seconds = 900
+    self.run_test_timeout_seconds = 3600
 
 
     # setup logging
     # setup logging
     logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)
     logging.basicConfig(stream=sys.stderr, level=logging.DEBUG)

Some files were not shown because too many files changed in this diff