[Groonga-commit] droonga/fluent-plugin-droonga at c8a48bd [master] Benchmark: add configuration files for benchmarking around throuput

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 28 17:20:17 JST 2013


YUKI Hiroshi	2013-10-28 17:20:17 +0900 (Mon, 28 Oct 2013)

  New Revision: c8a48bdeeb161be8a408848508815b184e276491
  https://github.com/droonga/fluent-plugin-droonga/commit/c8a48bdeeb161be8a408848508815b184e276491

  Message:
    Benchmark: add configuration files for benchmarking around throuput

  Added files:
    benchmark/watch/catalog.json
    benchmark/watch/fluentd.conf

  Added: benchmark/watch/catalog.json (+61 -0) 100644
===================================================================
--- /dev/null
+++ benchmark/watch/catalog.json    2013-10-28 17:20:17 +0900 (248ae41)
@@ -0,0 +1,61 @@
+{
+  "effective_date": "2013-09-01T00:00:00Z",
+  "zones": ["localhost:23003/droonga"],
+  "farms": {
+    "localhost:23003/droonga": {
+      "device": ".",
+      "capacity": 10
+    }
+  },
+  "datasets": {
+    "Droonga": {
+      "workers": 2,
+      "plugins": ["search", "groonga", "add"],
+      "number_of_replicas": 2,
+      "number_of_partitions": 2,
+      "partition_key": "_key",
+      "date_range": "infinity",
+      "ring": {
+        "localhost:23041": {
+          "weight": 50,
+          "partitions": {
+            "2013-09-01": [
+              "localhost:23003/droonga.000",
+              "localhost:23003/droonga.001"
+            ]
+          }
+        },
+        "localhost:23042": {
+          "weight": 50,
+          "partitions": {
+            "2013-09-01": [
+              "localhost:23003/droonga.002",
+              "localhost:23003/droonga.003"
+            ]
+          }
+        }
+      }
+    },
+    "Watch": {
+      "workers": 0,
+      "plugins": ["search", "groonga", "add", "watch"],
+      "number_of_replicas": 1,
+      "number_of_partitions": 1,
+      "partition_key": "_key",
+      "date_range": "infinity",
+      "ring": {
+        "localhost:23041": {
+          "weight": 50,
+          "partitions": {
+            "2013-09-01": [
+              "localhost:23003/droonga.watch"
+            ]
+          }
+        }
+      }
+    }
+  },
+  "options": {
+    "plugins": ["select"]
+  }
+}

  Added: benchmark/watch/fluentd.conf (+12 -0) 100644
===================================================================
--- /dev/null
+++ benchmark/watch/fluentd.conf    2013-10-28 17:20:17 +0900 (e2ac82b)
@@ -0,0 +1,12 @@
+<source>
+  type forward
+  port 23003
+</source>
+<match droonga.message>
+  name localhost:23003/droonga
+  type droonga
+  proxy true
+</match>
+<match output.message>
+  type stdout
+</match>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index