You can check the status of the Dgraph, the HDFS Agent, Studio, and the Dgraph Gateway by running the bdd-admin script with the status command.
./bdd-admin.sh status [component] <option>
You can specify any of the component and option arguments listed in About the bdd-admin script.
[<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.