bdd-adminスクリプトをstatusコマンドとともに実行することによって、Dgraph、HDFSエージェント、StudioおよびDgraph Gatewayのステータスをチェックできます。
./bdd-admin.sh status [component] <option>
「bdd-adminスクリプトについて」にリストされている任意のコンポーネント引数およびオプション引数を指定できます。
[<hostname>] <service> (pid <number>) is running... [<hostname>] <service> (pid <number>) is not responsible... [<hostname>] <service> is stopped.
./bdd-admin.sh status --all
[<hostname>] Dgraph (pid <number>) is running... [<hostname>] Agent (pid <number>) is running... [<hostname>] Studio and Endeca Server (pid <number>) is running...
./bdd-admin.sh status --dgraph web009.us.example.com
[web009] Dgraph is stopped.