Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Virtual memory stats
Virtual memory stats
linux
System-wide CPU, memory, swap, IO stats per second
vmstat 1 5
⎘ copy
#linux
#memory
#monitoring
more linux
all 133 commands →
Watch IO per process
iotop -ao
System activity report
sar -u -r -d 1 5
Trace system calls of a process
strace -f -e trace=network,file -p <pid>
CPU performance counters
perf stat -e cycles,instructions,cache-misses -- sleep 5
Show CPU info
lscpu | grep -E 'Model|Socket|Core|Thread|MHz'