mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 17:17:56 +01:00
323 B
323 B
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}}