[Groonga-commit] droonga/wikipedia-search.wiki at dfc4ad6 [master] Updated ノンストップでノードを追加する場面の検証手順 (markdown)

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Mon Apr 6 16:35:42 JST 2015


YUKI "Piro" Hiroshi	2015-04-06 16:35:42 +0900 (Mon, 06 Apr 2015)

  New Revision: dfc4ad66f5be01c8b738cc39875174ce95268290
  https://github.com/droonga/wikipedia-search/wiki/%E3%83%8E%E3%83%B3%E3%82%B9%E3%83%88%E3%83%83%E3%83%97%E3%81%A7%E3%83%8E%E3%83%BC%E3%83%89%E3%82%92%E8%BF%BD%E5%8A%A0%E3%81%99%E3%82%8B%E5%A0%B4%E9%9D%A2%E3%81%AE%E6%A4%9C%E8%A8%BC%E6%89%8B%E9%A0%86/dfc4ad66f5be01c8b738cc39875174ce95268290

  Message:
    Updated ノンストップでノードを追加する場面の検証手順 (markdown)

  Modified files:
    ノンストップでノードを追加する場面の検証手順.md

  Modified: ノンストップでノードを追加する場面の検証手順.md (+3 -3)
===================================================================
--- ノンストップでノードを追加する場面の検証手順.md    2015-04-06 15:52:54 +0900 (560951f)
+++ ノンストップでノードを追加する場面の検証手順.md    2015-04-06 16:35:42 +0900 (bcfb514)
@@ -44,7 +44,7 @@ $ while true; do echo "$(date) / Groonga@$(uname -n) / $(sudo -u droonga-engine
 Droonga HTTP Server経由でレコード数を監視
 
 ~~~
-$ while true; do echo "$(date) / HTTP@$(uname -n) / $(curl -s "http://localhost:10041/d/select?table=Logs&limit=0&_=$(date +%s)" | jq ".[1][0][0][0]")"; sleep 1; done
+$ while true; do echo "$(date) / HTTP@$(uname -n) / $(curl -s "http://localhost:10041/d/select?table=Logs&limit=0&_=$(date +%s)" | jq ".[1][0][0][0]")"; sleep 0.1; done
 ~~~
 
 system.statusの結果を監視
@@ -54,13 +54,13 @@ $ while true; do echo '{"dataset":"Default","type":"system.status"}' | droonga-r
 
 or
 
-$ while true; do curl -s "http://localhost:10041/droonga/system/status?_=$(date +%s)" | jq .; sleep 1; done
+$ while true; do echo "$(date) / $(curl -s "http://localhost:10041/droonga/system/status?_=$(date +%s)" | jq .)"; sleep 0.5; done
 ~~~
 
 Droonga HTTP Serverが認識しているdroonga-engineノードの一覧を監視
 
 ~~~
-$ while true; do curl -s "http://localhost:10041/engines?_=$(date +%s)" | jq .; sleep 1; done
+$ while true; do echo "$(date) / $(curl -s "http://localhost:10041/engines?_=$(date +%s)" | jq .)"; sleep 1; done
 ~~~
 
 転送バッファの内容を監視
-------------- next part --------------
HTML����������������������������...
Descargar 



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