Last active
September 2, 2019 01:48
-
-
Save henri/83af9b6aa9ba10ca18173ce1ccd221ba to your computer and use it in GitHub Desktop.
Ping Tricks
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
# you can add these as needed | |
alias ping_test_xyz="while true ; do echo -n \"\`date | tr -d '\n'\` \" ; ping -c 1 -A xyz | head -n 2 | tail -n 1 ; sleep 1 ; done" | |
# if you are running on macOS the following can be useful | |
ping --apple-time xyz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment