1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/man/docker-stats.1.md
Michael Crosby 4b173199fd Exit cli when all containers when no more containers to monitor
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-01-21 08:55:23 -08:00

698 B

% DOCKER(1) Docker User Manuals % Docker Community % JUNE 2014

NAME

docker-stats - Display live container stats based on resource usage.

SYNOPSIS

docker stats [--help] [CONTAINERS]

DESCRIPTION

Display live container stats based on resource usage.

OPTIONS

--help Print usage statement

EXAMPLES

Run docker stats with multiple containers.

$ sudo docker stats redis1 redis2
CONTAINER           CPU %               MEM USAGE/LIMIT     MEM %               NET I/O
redis1              0.07%               796 KiB/64 MiB      1.21%               788 B/648 B
redis2              0.07%               2.746 MiB/64 MiB    4.29%               1.266 KiB/648 B