🔹 Basic System Monitoring Tools
Use these terminal tools to monitor system health.
Tool | Purpose | Install Command | Run Command |
---|---|---|---|
htop | CPU, RAM, processes | sudo apt install htop | htop |
glances | All-in-one system monitor | sudo apt install glances | glances |
bmon | Live bandwidth usage | sudo apt install bmon | bmon |
iotop | Disk I/O (read/write) | sudo apt install iotop | iotop |
logwatch | Daily log summaries | sudo apt install logwatch | logwatch --detail high |
✅ You now have a lightweight system monitoring toolkit.