Introduction
Sometimes containers use too much memory or CPU and slow down your system. Checking resource usage helps you find which container is causing the problem and fix it quickly.
When your server feels slow and you want to see if a container is using too much CPU.
When you want to monitor memory use of a container running a database to avoid crashes.
When you need to check network traffic of a container to troubleshoot slow responses.
When you want to track resource use over time to plan for scaling your app.
When you want to confirm that resource limits you set on containers are working.