Command
docker stats
Explanation
Provides real-time CPU, memory, network, and disk usage metrics for containers.
Examples
Show live usage for all containers
docker stats
Monitor specific container
docker stats my_container
docker stats
Provides real-time CPU, memory, network, and disk usage metrics for containers.
Show live usage for all containers
docker stats
Monitor specific container
docker stats my_container