Display a live stream of container(s) resource usage statistics
docker stats [OPTIONS] [CONTAINER...]
Name, shorthand | Default | Description |
---|---|---|
--all, -a |
false |
Show all containers (default shows just running) |
--format |
Pretty-print images using a Go template | |
--no-stream |
false |
Disable streaming stats and only pull the first result |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker container stats
.