Display a live stream of container(s) resource usage statistics
stats command is to display a live stream of container(s) resource usage statistics
pouch stats [OPTIONS] CONTAINER [CONTAINER...]
$ pouch stats b25ae a0067
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
b25ae88e5b70 naughty_goldwasser 0.11% 2.559MiB / 15.23GiB 0.02% 7.32kB / 0B 0B / 0B 4
a00670c2bdff xenodochial_varahamihira 0.11% 2.887MiB / 15.23GiB 0.02% 13.3kB / 0B 14.7MB / 0B 4
-h, --help help for stats
--no-stream Disable streaming stats and only pull the first result
-D, --debug Switch client log level to DEBUG mode
-H, --host string Specify connecting address of Pouch CLI (default "unix:///var/run/pouchd.sock")
--tlscacert string Specify CA file of TLS
--tlscert string Specify cert file of TLS
--tlskey string Specify key file of TLS
--tlsverify Use TLS and verify remote
- pouch - An efficient container engine