Created
August 4, 2016 06:43
-
-
Save crusat/b1f27dc577942b3ca5f65788d2aa9b7f to your computer and use it in GitHub Desktop.
Docker stats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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