Skip to content

Instantly share code, notes, and snippets.

@ryssroad
Last active August 7, 2023 21:40
Show Gist options
  • Select an option

  • Save ryssroad/b9707b636b8f33d4170a28b6403b3c31 to your computer and use it in GitHub Desktop.

Select an option

Save ryssroad/b9707b636b8f33d4170a28b6403b3c31 to your computer and use it in GitHub Desktop.
network monitor on local
# get speedometer
apt install speedometer
# get external interface name
IF="$(route | grep '^default' | grep -o '[^ ]*$')"
# start speedometer
speedometer -t $IF -r $IF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment