Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Monitor network traffic live
Monitor network traffic live
linux
Real-time bandwidth per connection on an interface
iftop -i eth0 -n
⎘ copy
#linux
#network
#monitoring
more linux
all 133 commands →
Show kernel version
uname -r && uname -a
Kernel ring buffer
dmesg -T --level=err,warn | tail -50
List loaded kernel modules
lsmod | sort
Load a kernel module
modprobe <module> && lsmod | grep <module>
Show module info
modinfo <module>