Monitoring Services

Monitoring deployed DC/OS services from the CLI and UI

You can monitor deployed DC/OS services from the CLI and UI.

Monitoring Catalog services

CLI

From the DC/OS CLI, enter the dcos service command. In this example you can see the installed DC/OS services Chronos, HDFS, and Kafka.

  1. dcos service
  2. NAME HOST ACTIVE TASKS CPU MEM DISK ID
  3. chronos <privatenode1> True 0 0.0 0.0 0.0 <service-id1>
  4. hdfs <privatenode2> True 1 0.35 1036.8 0.0 <service-id2>
  5. kafka <privatenode3> True 0 0.0 0.0 0.0 <service-id3>

UI

See the monitoring documentation.

Monitoring user-created services

CLI

From the DC/OS CLI, enter the dcos task command. In this example you can see the installed DC/OS services Chronos, HDFS, Kafka, and the user-created service suzanne-simple-service.

  1. dcos task
  2. NAME HOST USER STATE ID
  3. cassandra 10.0.3.224 root R cassandra.36031a0f-feb4-11e6-b09b-3638c949fe6b
  4. node-0 10.0.3.224 root R node-0__0b165525-13f2-485b-a5f8-e00a9fabffd9
  5. suzanne-simple-service 10.0.3.224 root R suzanne-simple-service.47359150-feb4-11e6-b09b-3638c949fe6b

UI

See the monitoring documentation.