Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show nftables ruleset
Show nftables ruleset
linux
Full nftables ruleset in human-readable form
nft list ruleset
⎘ copy
#linux
#network
#security
more linux
all 133 commands →
Check network bandwidth
iperf3 -c <server_ip> -t 10 -P 4
Monitor network traffic live
iftop -i eth0 -n
Show kernel version
uname -r && uname -a
Kernel ring buffer
dmesg -T --level=err,warn | tail -50
List loaded kernel modules
lsmod | sort