[Groonga-commit] droonga/droonga.org at 3b0014e [gh-pages] Add reference of droonga-system-status command

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 30 19:39:25 JST 2015


YUKI Hiroshi	2015-04-30 19:39:25 +0900 (Thu, 30 Apr 2015)

  New Revision: 3b0014e945766259188b0af75feed928362f939b
  https://github.com/droonga/droonga.org/commit/3b0014e945766259188b0af75feed928362f939b

  Message:
    Add reference of droonga-system-status command

  Added files:
    _po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po
    ja/reference/1.1.1/command-line-tools/droonga-system-status/index.md
    reference/1.1.1/command-line-tools/droonga-system-status/index.md

  Added: _po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po (+188 -0) 100644
===================================================================
--- /dev/null
+++ _po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po    2015-04-30 19:39:25 +0900 (984b139)
@@ -0,0 +1,188 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"PO-Revision-Date: 2014-11-30 23:19+0900\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgid ""
+"---\n"
+"title: droonga-system-status\n"
+"layout: en\n"
+"---"
+msgstr ""
+"---\n"
+"title: droonga-system-status\n"
+"layout: ja\n"
+"---"
+
+msgid ""
+"* TOC\n"
+"{:toc}"
+msgstr ""
+
+msgid "## Abstract {#abstract}"
+msgstr "## 概要 {#abstract}"
+
+msgid "`droonga-system-status` reports current status of a Droonga cluster."
+msgstr "`droonga-system-status`は、Droongaクラスタの現在の状態を報告します。"
+
+msgid ""
+"For example, if there is a Droonga node `192.168.100.50` and you are logged in"
+" to a computer `192.168.100.10` in the same network segment, the command line "
+"to report status of the cluster is:"
+msgstr ""
+"例えば、`192.168.100.50`というDroongaノードがあり、同一ネットワークセグメント内のコンピュータ`192.168.100.10`にログイ"
+"ンしている場合、クラスタの状態を報告するコマンド列は以下のようになります:"
+
+msgid ""
+"~~~\n"
+"(on 192.168.100.10)\n"
+"$ droonga-system-status --host 192.168.100.50 --receiver-host 192.168.100.10\n"
+"~~~"
+msgstr ""
+
+msgid ""
+"This command is just a shorthand of [`droonga-request`](../droonga-request/) w"
+"ith a message with the type [`system.status`](../../commands/system/status/).\n"
+"The result produced by the following command line completely equals to the one"
+" of above:"
+msgstr ""
+"このコマンドは、typeが[`system.status`](../../commands/system/status/)であるメッセージを[`droong"
+"a-request`](../droonga-request/)を用いて送信する操作を簡単に行う物です。\n"
+"上記コマンド列によってもたらされる結果は、以下のコマンド列の結果と完全に同一です:"
+
+msgid ""
+"~~~\n"
+"(on 192.168.100.10)\n"
+"$ echo '{\"type\":\"system.status\"}' |\n"
+"    droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10\n"
+"~~~"
+msgstr ""
+
+msgid "## Parameters {#parameters}"
+msgstr "## パラメータ {#parameters}"
+
+msgid ""
+"`--pretty`\n"
+": Output result as a pretty print JSON."
+msgstr ""
+"`--pretty`\n"
+": 結果をpretty print形式のJSONで出力します。"
+
+msgid ""
+"`--host=NAME`\n"
+": Host name of the engine node.\n"
+"  A guessed host name of the computer you are running the command, by default."
+msgstr ""
+"`--host=NAME`\n"
+": メッセージの送信先となるEngineノードのホスト名。\n"
+"  既定値は、コマンドを実行しているコンピュータ自身の推測されたホスト名です。"
+
+msgid ""
+"`--port=PORT`\n"
+": Port number to communicate with the engine.\n"
+"  `10031` by default."
+msgstr ""
+"`--port=PORT`\n"
+": Engineノードとの通信に使うポート番号。\n"
+"  既定値は`10031`です。"
+
+msgid ""
+"`--tag=TAG`\n"
+": Tag name to communicate with the engine.\n"
+"  `droonga` by default."
+msgstr ""
+"`--tag=TAG`\n"
+": Engineノードとの通信に使うタグ名。\n"
+"  既定値は`droonga`です。"
+
+msgid ""
+"`--dataset=NAME`\n"
+": Dataset name for the sending message.\n"
+"  `Default` by default."
+msgstr ""
+"`--dataset=NAME`\n"
+": メッセージの送信先データセット名。\n"
+"  既定値は`Default`です。"
+
+msgid ""
+"`--receiver-host=NAME`\n"
+": Host name of the computer you are running the command.\n"
+"  A guessed host name of the computer, by default."
+msgstr ""
+"`--receiver-host=NAME`\n"
+": コマンドを実行しているコンピュータのホスト名。\n"
+"  既定値は、そのコンピュータのホスト名として推測される名前です。"
+
+msgid ""
+"`--target-role=ROLE`\n"
+": Role of engine nodes which should process the message.\n"
+"  Possible values:"
+msgstr ""
+"`--target-role=ROLE`\n"
+": メッセージを処理できるEngineノードのロール。\n"
+"  以下のいずれかを指定します:"
+
+msgid ""
+"  * `service-provider`:\n"
+"    The message is processed by service provider nodes in the cluster.\n"
+"    For absorb-source nodes and absrob-destination nodes, the message will be "
+"dispatched later.\n"
+"  * `absorb-source`:\n"
+"    The message is processed by absorb-source nodes in the cluster.\n"
+"    For service provider nodes and absrob-destination nodes, the message is ne"
+"ver dispatched.\n"
+"  * `absorb-destination`:\n"
+"    The message is processed by absorb-destination nodes in the cluster.\n"
+"    For service provider nodes and absrob-source nodes, the message is never d"
+"ispatched.\n"
+"  * `any`:\n"
+"    The message is always processed by the node specified via the option `--ho"
+"st`."
+msgstr ""
+"  * `service-provider`:\n"
+"    メッセージは、クラスタ内でサービスを提供中のノードで処理されます。\n"
+"    データ抽出操作に関わるノードには、後から遅れてメッセージが伝搬します。\n"
+"  * `absorb-source`:\n"
+"    メッセージは、クラスタへのノード追加操作におけるデータコピー元となっているノードで処理されます。\n"
+"    サービスを提供中のノード、並びにデータコピー先となっているノードへは、メッセージは伝搬しません。\n"
+"  * `absorb-destination`:\n"
+"    メッセージは、クラスタへのノード追加操作におけるデータコピー先となっているノードで処理されます。\n"
+"    サービスを提供中のノード、並びにデータコピー元となっているノードへは、メッセージは伝搬しません。\n"
+"  * `any`:\n"
+"    メッセージは、`--host`で指定されたノードで処理されます。"
+
+msgid "  `any` by default."
+msgstr "  既定値は`any`です。"
+
+msgid ""
+"`--timeout=SECONDS`\n"
+": Time to terminate unresponsive connections, in seconds.\n"
+"  `3` by default."
+msgstr ""
+"`--timeout=SECONDS`\n"
+": 応答がない接続を打ち切るまでの待ち時間(単位:秒)です。\n"
+"  既定値は`3`です。"
+
+msgid ""
+"`-h`, `--help`\n"
+": Shows the usage of the command."
+msgstr ""
+"`-h`, `--help`\n"
+": コマンドの使い方の説明を表示します。"
+
+msgid "## How to install {#install}"
+msgstr "## インストール方法 {#install}"
+
+msgid "This is installed as a part of a rubygems package `droonga-client`."
+msgstr "このコマンドは、Rubygemsのパッケージ`droonga-client`の一部としてインストールされます。"
+
+msgid ""
+"~~~\n"
+"# gem install droonga-client\n"
+"~~~"
+msgstr ""

  Added: ja/reference/1.1.1/command-line-tools/droonga-system-status/index.md (+96 -0) 100644
===================================================================
--- /dev/null
+++ ja/reference/1.1.1/command-line-tools/droonga-system-status/index.md    2015-04-30 19:39:25 +0900 (b48f6c7)
@@ -0,0 +1,96 @@
+---
+title: droonga-system-status
+layout: ja
+---
+
+{% comment %}
+##############################################
+  THIS FILE IS AUTOMATICALLY GENERATED FROM
+  "_po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po"
+  DO NOT EDIT THIS FILE MANUALLY!
+##############################################
+{% endcomment %}
+
+
+* TOC
+{:toc}
+
+## 概要 {#abstract}
+
+`droonga-system-status`は、Droongaクラスタの現在の状態を報告します。
+
+例えば、`192.168.100.50`というDroongaノードがあり、同一ネットワークセグメント内のコンピュータ`192.168.100.10`にログインしている場合、クラスタの状態を報告するコマンド列は以下のようになります:
+
+~~~
+(on 192.168.100.10)
+$ droonga-system-status --host 192.168.100.50 --receiver-host 192.168.100.10
+~~~
+
+このコマンドは、typeが[`system.status`](../../commands/system/status/)であるメッセージを[`droonga-request`](../droonga-request/)を用いて送信する操作を簡単に行う物です。
+上記コマンド列によってもたらされる結果は、以下のコマンド列の結果と完全に同一です:
+
+~~~
+(on 192.168.100.10)
+$ echo '{"type":"system.status"}' |
+    droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10
+~~~
+
+## パラメータ {#parameters}
+
+`--pretty`
+: 結果をpretty print形式のJSONで出力します。
+
+`--host=NAME`
+: メッセージの送信先となるEngineノードのホスト名。
+  既定値は、コマンドを実行しているコンピュータ自身の推測されたホスト名です。
+
+`--port=PORT`
+: Engineノードとの通信に使うポート番号。
+  既定値は`10031`です。
+
+`--tag=TAG`
+: Engineノードとの通信に使うタグ名。
+  既定値は`droonga`です。
+
+`--dataset=NAME`
+: メッセージの送信先データセット名。
+  既定値は`Default`です。
+
+`--receiver-host=NAME`
+: コマンドを実行しているコンピュータのホスト名。
+  既定値は、そのコンピュータのホスト名として推測される名前です。
+
+`--target-role=ROLE`
+: メッセージを処理できるEngineノードのロール。
+  以下のいずれかを指定します:
+  
+  * `service-provider`:
+    メッセージは、クラスタ内でサービスを提供中のノードで処理されます。
+    データ抽出操作に関わるノードには、後から遅れてメッセージが伝搬します。
+  * `absorb-source`:
+    メッセージは、クラスタへのノード追加操作におけるデータコピー元となっているノードで処理されます。
+    サービスを提供中のノード、並びにデータコピー先となっているノードへは、メッセージは伝搬しません。
+  * `absorb-destination`:
+    メッセージは、クラスタへのノード追加操作におけるデータコピー先となっているノードで処理されます。
+    サービスを提供中のノード、並びにデータコピー元となっているノードへは、メッセージは伝搬しません。
+  * `any`:
+    メッセージは、`--host`で指定されたノードで処理されます。
+  
+  既定値は`any`です。
+
+`--timeout=SECONDS`
+: 応答がない接続を打ち切るまでの待ち時間(単位:秒)です。
+  既定値は`3`です。
+
+`-h`, `--help`
+: コマンドの使い方の説明を表示します。
+
+
+## インストール方法 {#install}
+
+このコマンドは、Rubygemsのパッケージ`droonga-client`の一部としてインストールされます。
+
+~~~
+# gem install droonga-client
+~~~
+

  Added: reference/1.1.1/command-line-tools/droonga-system-status/index.md (+87 -0) 100644
===================================================================
--- /dev/null
+++ reference/1.1.1/command-line-tools/droonga-system-status/index.md    2015-04-30 19:39:25 +0900 (6c55af0)
@@ -0,0 +1,87 @@
+---
+title: droonga-system-status
+layout: en
+---
+
+* TOC
+{:toc}
+
+## Abstract {#abstract}
+
+`droonga-system-status` reports current status of a Droonga cluster.
+
+For example, if there is a Droonga node `192.168.100.50` and you are logged in to a computer `192.168.100.10` in the same network segment, the command line to report status of the cluster is:
+
+~~~
+(on 192.168.100.10)
+$ droonga-system-status --host 192.168.100.50 --receiver-host 192.168.100.10
+~~~
+
+This command is just a shorthand of [`droonga-request`](../droonga-request/) with a message with the type [`system.status`](../../commands/system/status/).
+The result produced by the following command line completely equals to the one of above:
+
+~~~
+(on 192.168.100.10)
+$ echo '{"type":"system.status"}' |
+    droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10
+~~~
+
+## Parameters {#parameters}
+
+`--pretty`
+: Output result as a pretty print JSON.
+
+`--host=NAME`
+: Host name of the engine node.
+  A guessed host name of the computer you are running the command, by default.
+
+`--port=PORT`
+: Port number to communicate with the engine.
+  `10031` by default.
+
+`--tag=TAG`
+: Tag name to communicate with the engine.
+  `droonga` by default.
+
+`--dataset=NAME`
+: Dataset name for the sending message.
+  `Default` by default.
+
+`--receiver-host=NAME`
+: Host name of the computer you are running the command.
+  A guessed host name of the computer, by default.
+
+`--target-role=ROLE`
+: Role of engine nodes which should process the message.
+  Possible values:
+  
+  * `service-provider`:
+    The message is processed by service provider nodes in the cluster.
+    For absorb-source nodes and absrob-destination nodes, the message will be dispatched later.
+  * `absorb-source`:
+    The message is processed by absorb-source nodes in the cluster.
+    For service provider nodes and absrob-destination nodes, the message is never dispatched.
+  * `absorb-destination`:
+    The message is processed by absorb-destination nodes in the cluster.
+    For service provider nodes and absrob-source nodes, the message is never dispatched.
+  * `any`:
+    The message is always processed by the node specified via the option `--host`.
+  
+  `any` by default.
+
+`--timeout=SECONDS`
+: Time to terminate unresponsive connections, in seconds.
+  `3` by default.
+
+`-h`, `--help`
+: Shows the usage of the command.
+
+
+## How to install {#install}
+
+This is installed as a part of a rubygems package `droonga-client`.
+
+~~~
+# gem install droonga-client
+~~~
+
-------------- next part --------------
HTML����������������������������...
Download 



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