mirror of https://github.com/docker/cli.git
changed the container name in docker stats page
Signed-off-by: Aslam Ahemad <aslamahemad@gmail.com>
This commit is contained in:
parent
c173316515
commit
d2f726d5ad
|
@ -95,16 +95,16 @@ $ docker stats nginx --no-stream --format "{{ json . }}"
|
||||||
Running `docker stats` with customized format on all (Running and Stopped) containers.
|
Running `docker stats` with customized format on all (Running and Stopped) containers.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker stats --all --format "table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}" fervent_panini 5acfcb1b4fd1 drunk_visvesvaraya big_heisenberg
|
$ docker stats --all --format "table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}" fervent_panini 5acfcb1b4fd1 humble_visvesvaraya big_heisenberg
|
||||||
|
|
||||||
CONTAINER CPU % MEM USAGE / LIMIT
|
CONTAINER CPU % MEM USAGE / LIMIT
|
||||||
fervent_panini 0.00% 56KiB / 15.57GiB
|
fervent_panini 0.00% 56KiB / 15.57GiB
|
||||||
5acfcb1b4fd1 0.07% 32.86MiB / 15.57GiB
|
5acfcb1b4fd1 0.07% 32.86MiB / 15.57GiB
|
||||||
drunk_visvesvaraya 0.00% 0B / 0B
|
humble_visvesvaraya 0.00% 0B / 0B
|
||||||
big_heisenberg 0.00% 0B / 0B
|
big_heisenberg 0.00% 0B / 0B
|
||||||
```
|
```
|
||||||
|
|
||||||
`drunk_visvesvaraya` and `big_heisenberg` are stopped containers in the above example.
|
`humble_visvesvaraya` and `big_heisenberg` are stopped containers in the above example.
|
||||||
|
|
||||||
Running `docker stats` on all running containers against a Windows daemon.
|
Running `docker stats` on all running containers against a Windows daemon.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue