Skip to content

Instantly share code, notes, and snippets.

@chausler
Created May 3, 2015 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chausler/4928c121ed4cedbb98c3 to your computer and use it in GitHub Desktop.
Save chausler/4928c121ed4cedbb98c3 to your computer and use it in GitHub Desktop.
ping test
ping -c50 internode.on.net > ~/ping-test.txt
ping -c50 google.com.au >> ~/ping-test.txt
ping -c50 facebook.com >> ~/ping-test.txt
traceroute facebook.com >> ~/ping-test.txt
traceroute google.com.au >> ~/ping-test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment