Skip to content

Instantly share code, notes, and snippets.

@yossely
Created June 23, 2017 01:20
Show Gist options
  • Save yossely/cbe22d6f8a4ffa9b3704cc413394df22 to your computer and use it in GitHub Desktop.
Save yossely/cbe22d6f8a4ffa9b3704cc413394df22 to your computer and use it in GitHub Desktop.
Find out which process is consuming the bandwidth

How to find out which process is consuming your bandwidth

You can list the process that are consuming bandwith with nethogs tool

In manjaro just install it with: pacman -S nethogs

And to use it you pass the device to it: sudo nethogs wlp2s0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment