nethogs: add page

Added sudo
This commit is contained in:
SeverinFuerbringer
2016-01-05 20:54:50 +01:00
committed by Severin Fürbringer
parent 1492161348
commit 875e59f44b

19
pages/linux/nethogs.md Normal file
View File

@@ -0,0 +1,19 @@
# nethogs
> Monitor bandwidth usage per process
- 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}}`