[Groonga-commit] groonga/groonga at 72bdd0c [master] Add description about http commands

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jul 10 17:56:39 JST 2014


YUKI Hiroshi	2014-07-10 17:56:39 +0900 (Thu, 10 Jul 2014)

  New Revision: 72bdd0c64b8f3fbc6e84400b44b3214d38e9736b
  https://github.com/groonga/groonga/commit/72bdd0c64b8f3fbc6e84400b44b3214d38e9736b

  Message:
    Add description about http commands

  Modified files:
    doc/source/reference/executables/groonga-benchmark.rst

  Modified: doc/source/reference/executables/groonga-benchmark.rst (+16 -4)
===================================================================
--- doc/source/reference/executables/groonga-benchmark.rst    2014-07-10 17:54:43 +0900 (de44021)
+++ doc/source/reference/executables/groonga-benchmark.rst    2014-07-10 17:56:39 +0900 (3850613)
@@ -97,7 +97,7 @@ groonga-benchmark用のデータファイルは自分で作成することも既
 groonga-benchmark命令
 ^^^^^^^^^^^^^^^^^^^^^
 
-現在サポートされているgroonga-benchmark命令は以下の8つです。
+現在サポートされているgroonga-benchmark命令は以下の11種類です。
 
   do_local コマンドファイル [スレッド数] [繰り返し数]
 
@@ -105,7 +105,11 @@ groonga-benchmark命令
 
   do_gqpt コマンドファイル [スレッド数] [繰り返し数]
 
-    コマンドファイルをgroongaサーバで実行します。スレッド数や繰り返し数の意味はdo_localの場合と同じです。
+    コマンドファイルをgroongaサーバでGQTP経由で実行します。スレッド数や繰り返し数の意味はdo_localの場合と同じです。
+
+  do_http コマンドファイル [スレッド数] [繰り返し数]
+
+    コマンドファイルをgroongaサーバでHTTP経由で実行します。スレッド数や繰り返し数の意味はdo_localの場合と同じです。
 
   rep_local コマンドファイル [スレッド数] [繰り返し数]
 
@@ -113,7 +117,11 @@ groonga-benchmark命令
 
   rep_gqpt コマンドファイル [スレッド数] [繰り返し数]
 
-    コマンドファイルをgroongaサーバで実行し、より詳細な報告を行います。 スレッド数や繰り返し数の意味はdo_localと 同じです。
+    コマンドファイルをgroongaサーバでGQTP経由で実行し、より詳細な報告を行います。 スレッド数や繰り返し数の意味はdo_localと 同じです。
+
+  rep_http コマンドファイル [スレッド数] [繰り返し数]
+
+    コマンドファイルをgroongaサーバでHTTP経由で実行し、より詳細な報告を行います。 スレッド数や繰り返し数の意味はdo_localと 同じです。
 
   out_local コマンドファイル 入力ファイル名
 
@@ -125,7 +133,11 @@ groonga-benchmark命令
 
   out_gqtp コマンドファイル 出力ファイル名
 
-    コマンドファイルをgroongaサーバで実行します。その他はout_local命令と同等です。
+    コマンドファイルをgroongaサーバでGQTP経由で実行します。その他はout_local命令と同等です。
+
+  out_http コマンドファイル 出力ファイル名
+
+    コマンドファイルをgroongaサーバでHTTP経由で実行します。その他はout_local命令と同等です。
 
   test_local コマンドファイル 入力ファイル名
     コマンドファイルをgroonga-benchmark単体で実行し、各コマンドの実行結果を入力ファイルと比較します。処理時間など本質的要素以外に差分があった場合、差分を、入力ファイル.diffというファイルに書きだします。
-------------- next part --------------
HTML����������������������������...
下載 



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