Skip to main content

📊 Quick Monitoring with Docker Stats

The docker stats command provides real-time CPU, memory, and network usage per container.


🔹 How to Monitor Container Usage?

Run this command:

docker stats

Output Example:

Container NameCPU %MemoryNetwork I/O
node12.5%300MiB50MB / 1GB
node21.8%200MiB10MB / 500MB

✅ Great for:

  • Checking high CPU/RAM usage
  • Troubleshooting poor container performance
  • Watching live usage trends

For a more advanced terminal UI: try ctop

© 2025 TokioStack. All rights reserved.
DMCA.com Protection Status