Monitor Server Resource Usage (CLI)
Monitor Server Resource Usage (CLI)
top # interactive process view
htop # if installed
free -h # memory
df -h # disk usage
iostat -x # i/o stats (sysstat)
Automate alerts with your preferred monitoring stack.