checking network traffic of each process in linux(nethogs)


There was a need to check the amount of network traffic of each process today. Here is the command to do that:

nethogs <your nic card #>

(URL https://linux.die.net/man/8/nethogs)