Skip to content

Instantly share code, notes, and snippets.

@mohemohe
Created January 14, 2019 14:23
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 mohemohe/afd823e954f17b949908f0eafd4aac45 to your computer and use it in GitHub Desktop.
Save mohemohe/afd823e954f17b949908f0eafd4aac45 to your computer and use it in GitHub Desktop.
ping
✘ mohemohe@Arietta  ~ 
❯ ping -4 -c 10 google.co.jp [23:23:09]
PING google.co.jp (172.217.26.3) 56(84) bytes of data.
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=1 ttl=56 time=5.18 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=2 ttl=56 time=4.82 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=3 ttl=56 time=4.75 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=4 ttl=56 time=4.62 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=5 ttl=56 time=4.79 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=6 ttl=56 time=4.73 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=7 ttl=56 time=4.66 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=8 ttl=56 time=4.83 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=9 ttl=56 time=4.98 ms
64 bytes from nrt20s02-in-f3.1e100.net (172.217.26.3): icmp_seq=10 ttl=56 time=4.93 ms
--- google.co.jp ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 23ms
rtt min/avg/max/mdev = 4.620/4.829/5.182/0.175 ms
mohemohe@Arietta  ~ 
❯ ping -6 -c 10 google.co.jp [23:23:22]
PING google.co.jp(nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003)) 56 data bytes
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=1 ttl=54 time=7.48 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=2 ttl=54 time=4.42 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=3 ttl=54 time=4.61 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=4 ttl=54 time=4.92 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=5 ttl=54 time=4.78 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=6 ttl=54 time=4.47 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=7 ttl=54 time=4.87 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=8 ttl=54 time=4.60 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=9 ttl=54 time=4.84 ms
64 bytes from nrt12s17-in-x03.1e100.net (2404:6800:4004:80d::2003): icmp_seq=10 ttl=54 time=4.98 ms
--- google.co.jp ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 21ms
rtt min/avg/max/mdev = 4.421/4.997/7.479/0.846 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment