Basic Unix/Linux System Monitoring Commands
May 21, 2014
Quick Checks
- Disk:
df -h - RAM:
free -m - CPU:
topoderhtop - Load:
uptime
Memory Details
code
free -m
cat /proc/meminfo
vmstat 1
Process Monitoring
code
ps -ef | head
top
htop
Disk I/O
code
iostat -x 1