Skip to content

Instantly share code, notes, and snippets.

@emilevictor
Created August 5, 2012 09:18
Show Gist options
  • Save emilevictor/3263194 to your computer and use it in GitHub Desktop.
Save emilevictor/3263194 to your computer and use it in GitHub Desktop.
Ping bbc iplayer
Phoenix-2:~ emilevictor$ ping static.bbci.co.uk
PING a1638.g.akamai.net (202.7.177.75): 56 data bytes
64 bytes from 202.7.177.75: icmp_seq=0 ttl=50 time=29.298 ms
64 bytes from 202.7.177.75: icmp_seq=1 ttl=50 time=29.311 ms
64 bytes from 202.7.177.75: icmp_seq=2 ttl=50 time=47.868 ms
64 bytes from 202.7.177.75: icmp_seq=3 ttl=50 time=25.546 ms
64 bytes from 202.7.177.75: icmp_seq=4 ttl=50 time=27.482 ms
64 bytes from 202.7.177.75: icmp_seq=5 ttl=50 time=30.776 ms
64 bytes from 202.7.177.75: icmp_seq=6 ttl=50 time=27.254 ms
64 bytes from 202.7.177.75: icmp_seq=7 ttl=50 time=28.424 ms
64 bytes from 202.7.177.75: icmp_seq=8 ttl=50 time=26.155 ms
64 bytes from 202.7.177.75: icmp_seq=9 ttl=50 time=27.398 ms
64 bytes from 202.7.177.75: icmp_seq=10 ttl=50 time=26.834 ms
64 bytes from 202.7.177.75: icmp_seq=11 ttl=50 time=28.541 ms
64 bytes from 202.7.177.75: icmp_seq=12 ttl=50 time=26.444 ms
64 bytes from 202.7.177.75: icmp_seq=13 ttl=50 time=25.017 ms
64 bytes from 202.7.177.75: icmp_seq=14 ttl=50 time=26.223 ms
64 bytes from 202.7.177.75: icmp_seq=15 ttl=50 time=25.209 ms
64 bytes from 202.7.177.75: icmp_seq=16 ttl=50 time=26.238 ms
64 bytes from 202.7.177.75: icmp_seq=17 ttl=50 time=24.615 ms
64 bytes from 202.7.177.75: icmp_seq=18 ttl=50 time=24.103 ms
64 bytes from 202.7.177.75: icmp_seq=19 ttl=50 time=24.841 ms
64 bytes from 202.7.177.75: icmp_seq=20 ttl=50 time=27.570 ms
64 bytes from 202.7.177.75: icmp_seq=21 ttl=50 time=29.503 ms
64 bytes from 202.7.177.75: icmp_seq=22 ttl=50 time=28.496 ms
64 bytes from 202.7.177.75: icmp_seq=23 ttl=50 time=38.402 ms
64 bytes from 202.7.177.75: icmp_seq=24 ttl=50 time=27.404 ms
64 bytes from 202.7.177.75: icmp_seq=25 ttl=50 time=25.784 ms
64 bytes from 202.7.177.75: icmp_seq=26 ttl=50 time=30.789 ms
64 bytes from 202.7.177.75: icmp_seq=27 ttl=50 time=27.184 ms
64 bytes from 202.7.177.75: icmp_seq=28 ttl=50 time=23.847 ms
64 bytes from 202.7.177.75: icmp_seq=29 ttl=50 time=27.714 ms
64 bytes from 202.7.177.75: icmp_seq=30 ttl=50 time=28.878 ms
64 bytes from 202.7.177.75: icmp_seq=31 ttl=50 time=27.353 ms
64 bytes from 202.7.177.75: icmp_seq=32 ttl=50 time=30.081 ms
64 bytes from 202.7.177.75: icmp_seq=33 ttl=50 time=30.346 ms
64 bytes from 202.7.177.75: icmp_seq=34 ttl=50 time=27.294 ms
64 bytes from 202.7.177.75: icmp_seq=35 ttl=50 time=33.841 ms
64 bytes from 202.7.177.75: icmp_seq=36 ttl=50 time=24.636 ms
64 bytes from 202.7.177.75: icmp_seq=37 ttl=50 time=23.835 ms
64 bytes from 202.7.177.75: icmp_seq=38 ttl=50 time=27.066 ms
64 bytes from 202.7.177.75: icmp_seq=39 ttl=50 time=23.356 ms
64 bytes from 202.7.177.75: icmp_seq=40 ttl=50 time=26.196 ms
64 bytes from 202.7.177.75: icmp_seq=41 ttl=50 time=27.446 ms
64 bytes from 202.7.177.75: icmp_seq=42 ttl=50 time=29.698 ms
64 bytes from 202.7.177.75: icmp_seq=43 ttl=50 time=28.173 ms
64 bytes from 202.7.177.75: icmp_seq=44 ttl=50 time=24.898 ms
64 bytes from 202.7.177.75: icmp_seq=45 ttl=50 time=27.993 ms
64 bytes from 202.7.177.75: icmp_seq=46 ttl=50 time=25.399 ms
^C
--- a1638.g.akamai.net ping statistics ---
47 packets transmitted, 47 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 23.356/27.888/47.868/3.971 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment