YUKI Hiroshi
null+****@clear*****
Thu May 7 11:05:29 JST 2015
YUKI Hiroshi 2015-05-07 11:05:29 +0900 (Thu, 07 May 2015) New Revision: 3c9ee9e89b8544baf4181e49c6be9a435bde4ced https://github.com/droonga/droonga.org/commit/3c9ee9e89b8544baf4181e49c6be9a435bde4ced Message: Update output example with "--report-request" option for droonga-request Modified files: _po/ja/reference/1.1.0/command-line-tools/droonga-system-status/index.po _po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po ja/reference/1.1.0/command-line-tools/droonga-system-status/index.md ja/reference/1.1.1/command-line-tools/droonga-system-status/index.md reference/1.1.0/command-line-tools/droonga-system-status/index.md reference/1.1.1/command-line-tools/droonga-system-status/index.md Modified: _po/ja/reference/1.1.0/command-line-tools/droonga-system-status/index.po (+6 -1) =================================================================== --- _po/ja/reference/1.1.0/command-line-tools/droonga-system-status/index.po 2015-05-07 10:57:07 +0900 (3e52ae2) +++ _po/ja/reference/1.1.0/command-line-tools/droonga-system-status/index.po 2015-05-07 11:05:29 +0900 (5a4cb31) @@ -71,7 +71,12 @@ 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" +" droonga-request --report-request --host 192.168.100.50 --receiver-host 192" +".168.100.10\n" +"Request: {\n" +" \"type\": \"system.status\",\n" +" \"dataset\": \"Default\"\n" +"}\n" "Elapsed time: 0.00900742\n" "{\n" " \"inReplyTo\": \"1430963525.9829412\",\n" Modified: _po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po (+6 -1) =================================================================== --- _po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po 2015-05-07 10:57:07 +0900 (3e52ae2) +++ _po/ja/reference/1.1.1/command-line-tools/droonga-system-status/index.po 2015-05-07 11:05:29 +0900 (5a4cb31) @@ -71,7 +71,12 @@ 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" +" droonga-request --report-request --host 192.168.100.50 --receiver-host 192" +".168.100.10\n" +"Request: {\n" +" \"type\": \"system.status\",\n" +" \"dataset\": \"Default\"\n" +"}\n" "Elapsed time: 0.00900742\n" "{\n" " \"inReplyTo\": \"1430963525.9829412\",\n" Modified: ja/reference/1.1.0/command-line-tools/droonga-system-status/index.md (+5 -1) =================================================================== --- ja/reference/1.1.0/command-line-tools/droonga-system-status/index.md 2015-05-07 10:57:07 +0900 (4a18e4a) +++ ja/reference/1.1.0/command-line-tools/droonga-system-status/index.md 2015-05-07 11:05:29 +0900 (8762d51) @@ -43,7 +43,11 @@ $ droonga-system-status --host 192.168.100.50 --receiver-host 192.168.100.10 --p ~~~ (on 192.168.100.10) $ echo '{"type":"system.status"}' | - droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10 + droonga-request --report-request --host 192.168.100.50 --receiver-host 192.168.100.10 +Request: { + "type": "system.status", + "dataset": "Default" +} Elapsed time: 0.00900742 { "inReplyTo": "1430963525.9829412", Modified: ja/reference/1.1.1/command-line-tools/droonga-system-status/index.md (+5 -1) =================================================================== --- ja/reference/1.1.1/command-line-tools/droonga-system-status/index.md 2015-05-07 10:57:07 +0900 (6c87aab) +++ ja/reference/1.1.1/command-line-tools/droonga-system-status/index.md 2015-05-07 11:05:29 +0900 (50ab02c) @@ -43,7 +43,11 @@ $ droonga-system-status --host 192.168.100.50 --receiver-host 192.168.100.10 --p ~~~ (on 192.168.100.10) $ echo '{"type":"system.status"}' | - droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10 + droonga-request --report-request --host 192.168.100.50 --receiver-host 192.168.100.10 +Request: { + "type": "system.status", + "dataset": "Default" +} Elapsed time: 0.00900742 { "inReplyTo": "1430963525.9829412", Modified: reference/1.1.0/command-line-tools/droonga-system-status/index.md (+5 -1) =================================================================== --- reference/1.1.0/command-line-tools/droonga-system-status/index.md 2015-05-07 10:57:07 +0900 (773731e) +++ reference/1.1.0/command-line-tools/droonga-system-status/index.md 2015-05-07 11:05:29 +0900 (d266c78) @@ -34,7 +34,11 @@ The result produced by the following command line almost equals to the one of ab ~~~ (on 192.168.100.10) $ echo '{"type":"system.status"}' | - droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10 + droonga-request --report-request --host 192.168.100.50 --receiver-host 192.168.100.10 +Request: { + "type": "system.status", + "dataset": "Default" +} Elapsed time: 0.00900742 { "inReplyTo": "1430963525.9829412", Modified: reference/1.1.1/command-line-tools/droonga-system-status/index.md (+5 -1) =================================================================== --- reference/1.1.1/command-line-tools/droonga-system-status/index.md 2015-05-07 10:57:07 +0900 (773731e) +++ reference/1.1.1/command-line-tools/droonga-system-status/index.md 2015-05-07 11:05:29 +0900 (d266c78) @@ -34,7 +34,11 @@ The result produced by the following command line almost equals to the one of ab ~~~ (on 192.168.100.10) $ echo '{"type":"system.status"}' | - droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10 + droonga-request --report-request --host 192.168.100.50 --receiver-host 192.168.100.10 +Request: { + "type": "system.status", + "dataset": "Default" +} Elapsed time: 0.00900742 { "inReplyTo": "1430963525.9829412", -------------- next part -------------- HTML����������������������������...Download