Skip to content

Instantly share code, notes, and snippets.

@nutrino
Last active March 22, 2023 23:45
Show Gist options
  • Save nutrino/d19bc50a8896224e6cbb3f7e7226fa42 to your computer and use it in GitHub Desktop.
Save nutrino/d19bc50a8896224e6cbb3f7e7226fa42 to your computer and use it in GitHub Desktop.
Linux network usage monitoring
#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