Skip to content

Instantly share code, notes, and snippets.

@froseph
Created May 22, 2013 14:26
Show Gist options
  • Save froseph/5627939 to your computer and use it in GitHub Desktop.
Save froseph/5627939 to your computer and use it in GitHub Desktop.
Southwest Pinging
(localenv)(git)-[tags] froseph@airpanda:~/work/whitetruffle/src % ping google.com
PING google.com (74.125.239.3): 56 data bytes
64 bytes from 74.125.239.3: icmp_seq=0 ttl=47 time=838.442 ms
64 bytes from 74.125.239.3: icmp_seq=1 ttl=47 time=762.767 ms
64 bytes from 74.125.239.3: icmp_seq=2 ttl=47 time=808.893 ms
64 bytes from 74.125.239.3: icmp_seq=3 ttl=47 time=705.881 ms
^C
--- google.com ping statistics ---
5 packets transmitted, 4 packets received, 20.0% packet loss
round-trip min/avg/max/stddev = 705.881/778.996/838.442/50.092 ms
(localenv)(git)-[tags] froseph@airpanda:~/work/whitetruffle/src %
(localenv)(git)-[tags] froseph@airpanda:~/work/whitetruffle/src % ping whitetruffle.com
PING whitetruffle.com (50.112.104.84): 56 data bytes
64 bytes from 50.112.104.84: icmp_seq=0 ttl=36 time=731.404 ms
64 bytes from 50.112.104.84: icmp_seq=1 ttl=36 time=657.773 ms
64 bytes from 50.112.104.84: icmp_seq=2 ttl=36 time=719.014 ms
64 bytes from 50.112.104.84: icmp_seq=3 ttl=36 time=677.016 ms
64 bytes from 50.112.104.84: icmp_seq=4 ttl=36 time=695.514 ms
^C
--- whitetruffle.com ping statistics ---
6 packets transmitted, 5 packets received, 16.7% packet loss
round-trip min/avg/max/stddev = 657.773/696.144/731.404/26.851 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment