File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/reference/commandline Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,16 @@ $ docker stats nginx --no-stream --format "{{ json . }}"
9595Running ` docker stats ` with customized format on all (Running and Stopped) containers.
9696
9797``` console
98- $ docker stats --all --format " table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}" fervent_panini 5acfcb1b4fd1 drunk_visvesvaraya big_heisenberg
98+ $ docker stats --all --format " table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}" fervent_panini 5acfcb1b4fd1 humble_visvesvaraya big_heisenberg
9999
100100CONTAINER CPU % MEM USAGE / LIMIT
101101fervent_panini 0.00% 56KiB / 15.57GiB
1021025acfcb1b4fd1 0.07% 32.86MiB / 15.57GiB
103- drunk_visvesvaraya 0.00% 0B / 0B
103+ humble_visvesvaraya 0.00% 0B / 0B
104104big_heisenberg 0.00% 0B / 0B
105105```
106106
107- ` drunk_visvesvaraya ` and ` big_heisenberg ` are stopped containers in the above example.
107+ ` humble_visvesvaraya ` and ` big_heisenberg ` are stopped containers in the above example.
108108
109109Running ` docker stats ` on all running containers against a Windows daemon.
110110
You can’t perform that action at this time.
0 commit comments