Basic Unix/Linux System Monitoring Commands
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
df -hfree -mtop oder htopuptimefree -m
cat /proc/meminfo
vmstat 1
ps -ef | head
top
htop
iostat -x 1