2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`sudo nethogs {{device1 device2 ...}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Specify refresh rate:
|
|
|
|
|
|
|
|
|
|
`sudo nethogs -t {{seconds}}`
|