Skip to content

Instantly share code, notes, and snippets.

@henri
Last active September 2, 2019 01:48
Show Gist options
  • Save henri/83af9b6aa9ba10ca18173ce1ccd221ba to your computer and use it in GitHub Desktop.
Save henri/83af9b6aa9ba10ca18173ce1ccd221ba to your computer and use it in GitHub Desktop.
Ping Tricks
# 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