monitoring docker containers
I am a serious Docker Fanboy at this point and I learned another cool trick today.
This command gives all kinds of useful insight, and also streams in real time so you can monitor as operations are occurring. When combined with logging, these stats can be a powerful debugging tool.
Once strange design decision is to include container ids and not container names in the standard output:
My use case required the names of the containers to be present on the stats watcher, which is easily done with the standard Docker formatting option: