Skip to content

Instantly share code, notes, and snippets.

@dustinsenos
Created August 17, 2010 01:03
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 dustinsenos/528073 to your computer and use it in GitHub Desktop.
Save dustinsenos/528073 to your computer and use it in GitHub Desktop.
ds:~ ds$ ping dustinsenos.com
PING dustinsenos.com (70.32.89.124): 56 data bytes
64 bytes from 70.32.89.124: icmp_seq=0 ttl=51 time=92.102 ms
64 bytes from 70.32.89.124: icmp_seq=1 ttl=51 time=93.190 ms
64 bytes from 70.32.89.124: icmp_seq=2 ttl=51 time=94.237 ms
64 bytes from 70.32.89.124: icmp_seq=3 ttl=51 time=110.786 ms
64 bytes from 70.32.89.124: icmp_seq=4 ttl=51 time=95.705 ms
64 bytes from 70.32.89.124: icmp_seq=5 ttl=51 time=90.121 ms
64 bytes from 70.32.89.124: icmp_seq=6 ttl=51 time=93.830 ms
64 bytes from 70.32.89.124: icmp_seq=7 ttl=51 time=93.762 ms
64 bytes from 70.32.89.124: icmp_seq=8 ttl=51 time=111.602 ms
64 bytes from 70.32.89.124: icmp_seq=9 ttl=51 time=95.516 ms
64 bytes from 70.32.89.124: icmp_seq=10 ttl=51 time=92.214 ms
64 bytes from 70.32.89.124: icmp_seq=11 ttl=51 time=89.203 ms
64 bytes from 70.32.89.124: icmp_seq=12 ttl=51 time=92.726 ms
^C
--- dustinsenos.com ping statistics ---
13 packets transmitted, 13 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 89.203/95.769/111.602/6.813 ms
//////
ds:~ ds$ curl dustinsenos.com --connect-timeout 15
curl: (28) connect() timed out!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment