mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 21:55:25 +02:00
318 B
318 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}}