Skip to content

Instantly share code, notes, and snippets.

@hinaloe
Created January 14, 2019 14:23
Show Gist options
  • Save hinaloe/a2c02f9da5ec2aaa5b4c6cd84fbdd639 to your computer and use it in GitHub Desktop.
Save hinaloe/a2c02f9da5ec2aaa5b4c6cd84fbdd639 to your computer and use it in GitHub Desktop.
ping
:~$ ping google.com
PING google.com (172.217.26.14) 56(84) bytes of data.
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=1 ttl=50 time=15.9 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=2 ttl=50 time=14.6 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=3 ttl=50 time=16.3 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=4 ttl=50 time=15.0 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=5 ttl=50 time=27.2 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=6 ttl=50 time=34.6 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=7 ttl=50 time=17.8 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=8 ttl=50 time=27.6 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=9 ttl=50 time=15.4 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=10 ttl=50 time=14.5 ms
64 bytes from nrt20s02-in-f14.1e100.net (172.217.26.14): icmp_seq=11 ttl=50 time=24.5 ms
^C
--- google.com ping statistics ---
11 packets transmitted, 11 received, 0% packet loss, time 10010ms
rtt min/avg/max/mdev = 14.569/20.360/34.626/6.623 ms
S:~$ ping6 google.com
PING google.com(nrt20s09-in-x0e.1e100.net) 56 data bytes
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=1 ttl=49 time=18.2 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=2 ttl=49 time=16.1 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=3 ttl=49 time=15.8 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=4 ttl=49 time=16.2 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=5 ttl=49 time=16.2 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=6 ttl=49 time=15.7 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=7 ttl=49 time=16.0 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=8 ttl=49 time=16.0 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=9 ttl=49 time=16.3 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=10 ttl=49 time=15.8 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=11 ttl=49 time=15.9 ms
64 bytes from nrt20s09-in-x0e.1e100.net: icmp_seq=12 ttl=49 time=15.7 ms
^C
--- google.com ping statistics ---
12 packets transmitted, 12 received, 0% packet loss, time 11010ms
rtt min/avg/max/mdev = 15.750/16.219/18.275/0.647 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment