github.com/shiroyuki/docker@v1.9.0/man/docker-stats.1.md (about) 1 % DOCKER(1) Docker User Manuals 2 % Docker Community 3 % JUNE 2014 4 # NAME 5 docker-stats - Display a live stream of one or more containers' resource usage statistics 6 7 # SYNOPSIS 8 **docker stats** 9 [**--help**] 10 [**--no-stream**[=*false*]] 11 CONTAINER [CONTAINER...] 12 13 # DESCRIPTION 14 15 Display a live stream of one or more containers' resource usage statistics 16 17 # OPTIONS 18 **--help** 19 Print usage statement 20 21 **--no-stream**="false" 22 Disable streaming stats and only pull the first result 23 24 # EXAMPLES 25 26 Run **docker stats** with multiple containers. 27 28 $ docker stats redis1 redis2 29 CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O 30 redis1 0.07% 796 KB / 64 MB 1.21% 788 B / 648 B 3.568 MB / 512 KB 31 redis2 0.07% 2.746 MB / 64 MB 4.29% 1.266 KB / 648 B 12.4 MB / 0 B