Skip to content

Instantly share code, notes, and snippets.

@bdossantos
Created December 19, 2012 11:24
Show Gist options
  • Select an option

  • Save bdossantos/4336039 to your computer and use it in GitHub Desktop.

Select an option

Save bdossantos/4336039 to your computer and use it in GitHub Desktop.
ping test
bdossantos:~/ $ ping -c 4 91.121.149.132
PING 91.121.149.132 (91.121.149.132): 56 data bytes
64 bytes from 91.121.149.132: icmp_seq=0 ttl=54 time=87.858 ms
64 bytes from 91.121.149.132: icmp_seq=1 ttl=54 time=77.375 ms
64 bytes from 91.121.149.132: icmp_seq=2 ttl=54 time=76.998 ms
64 bytes from 91.121.149.132: icmp_seq=3 ttl=54 time=75.763 ms
--- 91.121.149.132 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 75.763/79.499/87.858/4.863 ms
bdossantos:~/ $ ping -c 4 85.171.67.104
PING 85.171.67.104 (85.171.67.104): 56 data bytes
64 bytes from 85.171.67.104: icmp_seq=0 ttl=54 time=92.722 ms
64 bytes from 85.171.67.104: icmp_seq=1 ttl=54 time=137.909 ms
64 bytes from 85.171.67.104: icmp_seq=2 ttl=54 time=91.839 ms
64 bytes from 85.171.67.104: icmp_seq=3 ttl=54 time=94.673 ms
--- 85.171.67.104 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 91.839/104.286/137.909/19.439 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment