nethogs: add page
Added sudo
This commit is contained in:

committed by
Severin Fürbringer

parent
1492161348
commit
875e59f44b
19
pages/linux/nethogs.md
Normal file
19
pages/linux/nethogs.md
Normal 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}}`
|
Reference in New Issue
Block a user