---
title: Stopping and Starting
description: 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.
component: autonomous-identity
version: 2022.11.12
page_id: autonomous-identity:admin-guide:chap-logs
canonical_url: https://docs.pingidentity.com/autonomous-identity/2022.11.12/admin-guide/chap-logs.html
section_ids:
  getting_container_information: Getting Container Information
---

# Stopping and Starting

## Getting Container Information

1. 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
   ```

2. 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
   ```

3. Get all container information on your system.

   ```
   $ docker ps -a
   ```

4. Get docker service information on your system.

   ```
   $ docker service ls
   ```

5. 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
