Introduction
Sometimes, you want to see how much memory or CPU each container is using. This helps you find slow or heavy containers so you can fix or stop them.
When you want to check if a container is using too much memory and slowing down your server
When you want to compare CPU usage between different containers running on the same machine
When you need to find out if a container is stuck or not responding because it uses too many resources
When you want to monitor resource use during testing to optimize your app's performance
When you want to keep your server healthy by stopping containers that use too many resources