docker start
Table of Contents:
Command Name:
docker stats
Description:
Description: Display a live stream of container(s) if multiple containers are running on the machine.
Syntax:
easywhatis$ docker stats --help
Usage: docker stats [OPTIONS] [CONTAINER...]
Display a live stream of container(s) resource usage statistics
Options:
-a, --all Show all containers (default shows just running)
--format string Pretty-print images using a Go template
--no-stream Disable streaming stats and only pull the first result
--no-trunc Do not truncate output
easywhatis$
Example:
easywhatis$ docker stats
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
a5bb226d1850 eloquent_knuth 0.00% 788KiB / 100MiB 0.77% 1.12kB / 0B 0B / 0B 1
^C
easywhatis$