See the resources used by Docker with the Resource Usage extension.
Docker has a built-in stats command that makes it simple to see the amount of resources your containers are using.Just drop $ docker stats in your CLI and you’ll get a read out of the CPU, memory, network, and disk usage for all your running containers. But this command only gives you a current moment in time.What if you wanted to see the evolution of the resources over time?Or see how much CPU and memory a Docker Compose project is using?

Just published by Docker: Read more