Nethogs – Monitor Linux Network Traffic Usage Per Process
There are tons of open-source network monitoring tools available for the Linux operating systems on the web. For example, you can use the iftop
command to monitor bandwidth usage, the netstat
command, or ss
command to see reports on interface statistics. Or use the top
command to watch running process on your system.
The post Nethogs – Monitor Linux Network Traffic Usage Per Process appeared first on Linux Today.
Source: Linux Today