Stopping and Starting
Getting Container Information
-
On the target node, get system wide information about the Docker deployment. It shows the number of containers, the number of running, paused, and stopped containers.
$ docker info
-
If you want to get debug information, use the
-D
option. The option specifies that all docker commands will output debug information.$ docker info -D
-
Get all container information on your system.
$ docker ps -a
-
Get docker service information on your system.
$ docker service ls
-
Get docker images on your system.
$ docker images
==
The -f option will output all the bootstrap logs in the foreground. bin/cassandra ‑f
nodetool info
To see detailed statistics about your tables, including: — Read/Write request counts — Read/Write latencies — Space on disk — SSTable count — Bloom filter statistics
nodetool cfstats