Skip to content

Instantly share code, notes, and snippets.

@StephanieSunshine
Created October 18, 2015 15:34
Show Gist options
  • Save StephanieSunshine/cc6795621bcc0198c74c to your computer and use it in GitHub Desktop.
Save StephanieSunshine/cc6795621bcc0198c74c to your computer and use it in GitHub Desktop.
Get basic performance metrics on docker containers
root@demo:~# docker ps -l | tail -n -1 | awk '{ print $1 }' | xargs docker stats --no-stream
CONTAINER CPU % MEM USAGE/LIMIT MEM % NET I/O
c5fd4846b75b 0.05% 86.65 MB/1.041 GB 8.33% 5.461 kB/46.48 kB
root@demo:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment