Skip to content

Instantly share code, notes, and snippets.

@tksugimoto
Last active September 29, 2017 01:20
Show Gist options
  • Save tksugimoto/b3133bc2729846101b764ec946ae7b28 to your computer and use it in GitHub Desktop.
Save tksugimoto/b3133bc2729846101b764ec946ae7b28 to your computer and use it in GitHub Desktop.
docker
# docker コンテナのリソース使用状況を表示
docker stats \
--all \
--format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemPerc}}\t{{.MemUsage}}\t{{.NetIO}}\t{{.BlockIO}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment