Skip to content

Instantly share code, notes, and snippets.

@danveloper
Created July 8, 2015 00:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danveloper/5cebda3b8bac01b87b91 to your computer and use it in GitHub Desktop.
Save danveloper/5cebda3b8bac01b87b91 to your computer and use it in GitHub Desktop.
Comcast Cares
for i in $(seq 1 1000); do bash -c "time dig @8.8.8.8 redhat.com>/dev/null &"; done 2>&1 | grep "^real" | grep -v "0m0"
@mdkail
Copy link

mdkail commented Feb 28, 2016

real 0m5.076s
real 0m5.082s
real 0m5.069s
real 0m5.065s
real 0m5.074s
real 0m5.038s
real 0m5.047s
real 0m5.042s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment