Linux network monitoring
1/Sep 2014
A list of programs to monitor your network connection and find out which process is eating bandwith and how to run them:
sudo nethogs eth0
lsof -i -n -P
sudo iftop -i eth0
nmon
A list of programs to monitor your network connection and find out which process is eating bandwith and how to run them:
sudo nethogs eth0
lsof -i -n -P
sudo iftop -i eth0
nmon