Created
June 23, 2017 03:44
-
-
Save justdoit0823/e208380d3d5c8b9ef8be62b9e205fe00 to your computer and use it in GitHub Desktop.
A simple command for measuring host speed.
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
| for host in `echo 'google.com facebook.com twitter.com youtube.com' | cut -d ' ' -f 1-`; do ping -c 64 $host | tail -3; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment