Last active
March 22, 2023 23:45
-
-
Save nutrino/d19bc50a8896224e6cbb3f7e7226fa42 to your computer and use it in GitHub Desktop.
Linux network usage monitoring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://www.tecmint.com/linux-network-bandwidth-monitoring-tools/ | |
nload | |
sudo iftop | |
sudo nethogs | |
sudo iptraf | |
#server | |
iperf3 -s | |
#client | |
iprtf3 -c [hostIp] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment