Process Flow - Container resource usage stats
Start docker stats command
Docker daemon collects stats
Retrieve CPU, Memory, Network, I/O data
Display stats in real-time
User views resource usage
Stop command to end stats
The docker stats command starts, the daemon collects container resource data, then displays it live until stopped.