System Grab Bag

View all TLDR pages from Linux (or from all pages)

nethogs

Monitor bandwidth usage per process. More information: https://github.com/raboof/nethogs.
  • Start NetHogs as root (default device is eth0):
    sudo nethogs
  • Monitor bandwidth on specific device:
    sudo nethogs {{device}}
  • Monitor bandwidth on multiple devices:
    sudo nethogs {{device1}} {{device2}}
  • Specify refresh rate:
    sudo nethogs -t {{seconds}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.