Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show swap usage
Show swap usage
linux
List active swap spaces and overall memory/swap stats
swapon --show && free -h
⎘ copy
#linux
#memory
more linux
all 133 commands →
Show all IP addresses
ip -br a
Show routing table
ip route show table all
Add static route
ip route add 10.0.0.0/8 via 192.168.1.1 dev eth0
Show ARP/NDP table
ip neigh show
Show network interface stats
ip -s link show eth0