Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show kernel boot parameters
Show kernel boot parameters
linux
Parameters passed to the kernel at boot time
cat /proc/cmdline
⎘ copy
#linux
#kernel
more linux
all 133 commands →
Count open file descriptors system-wide
cat /proc/sys/fs/file-nr
IO wait and throughput
iostat -xz 2 5
Virtual memory stats
vmstat 1 5
Watch IO per process
iotop -ao
System activity report
sar -u -r -d 1 5