Last active
August 7, 2023 21:40
-
-
Save ryssroad/b9707b636b8f33d4170a28b6403b3c31 to your computer and use it in GitHub Desktop.
network monitor on local
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
| # 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