.TH "DOCKER" "1" " Docker User Manuals" "Docker Community" "JUNE 2014" "" .SH NAME .PP docker\-stats \- Display a live stream of one or more containers' resource usage statistics .SH SYNOPSIS .PP \fBdocker stats\fP [\fB\-\-help\fP] CONTAINER [CONTAINER...] .SH DESCRIPTION .PP Display a live stream of one or more containers' resource usage statistics .SH OPTIONS .PP \fB\-\-help\fP Print usage statement .SH EXAMPLES .PP Run \fBdocker stats\fP with multiple containers. .PP .RS .nf $ 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 .fi .RE