Skip to content

Instantly share code, notes, and snippets.

@justdoit0823
Created June 23, 2017 03:44
Show Gist options
  • Select an option

  • Save justdoit0823/e208380d3d5c8b9ef8be62b9e205fe00 to your computer and use it in GitHub Desktop.

Select an option

Save justdoit0823/e208380d3d5c8b9ef8be62b9e205fe00 to your computer and use it in GitHub Desktop.
A simple command for measuring host speed.
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