1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/man/docker-stats.1.md
Otto Kekäläinen b619220ce1 Multiple fixes to 'docker stats' output:
* Add space between values in docker stats output for easier parsing

  Old output could not be parsed easily because there were columns
  that did not have any separator. Also values that are together
  without any space is difficult to read even for humans.

* Update unit.HumanSize comment to match what the does actually does

Signed-off-by: Otto Kekäläinen <otto@seravo.fi>
2015-07-30 10:14:57 +03:00

837 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] CONTAINER [CONTAINER...]

DESCRIPTION

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

OPTIONS

--help Print usage statement

--no-stream="false" Disable streaming stats and only pull the first result

EXAMPLES

Run docker stats with multiple containers.

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