1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

Merge pull request #607 from fuerbringer/add-nethogs

nethogs: add
This commit is contained in:
Felix Yan 2016-01-06 16:29:54 +08:00
commit 5dfb0225cd

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}}`