Skip to content

Instantly share code, notes, and snippets.

@crusat
Created August 4, 2016 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crusat/b1f27dc577942b3ca5f65788d2aa9b7f to your computer and use it in GitHub Desktop.
Save crusat/b1f27dc577942b3ca5f65788d2aa9b7f to your computer and use it in GitHub Desktop.
Docker stats
# Memory, CPU, etc
# example:
# CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
# gitlab_web_1 0.77% 1.046 GiB / 1.955 GiB 53.50% 196.4 kB / 1.907 MB 23.02 MB / 2.769 MB 0
# command:
docker stats $(docker ps|grep -v "NAMES"|awk '{ print $NF }'|tr "\n" " ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment