Files
docker-cli/components/engine/docs/man/docker-stats.1.md
Sven Dowideit 38af1c98bd For now, docker stats appears to be libcontainer only
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Upstream-commit: 2507e0b64fc037a38bf48405b9a0cce1e56cb7c8
Component: engine
2015-02-05 10:12:05 +10:00

830 B

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

NAME

docker-stats - Display a live stream of one or more containers' resource usage statistics

SYNOPSIS

docker stats [--help] [CONTAINERS]

DESCRIPTION

Display a live stream of one or more containers' resource usage statistics

Note: this functionality currently only works when using the libcontainer exec-driver.

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