# ping -c 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=119 time=49.1 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=119 time=49.1 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=119 time=49.1 ms
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 49.134/49.138/49.144/0.004 ms
# ping -c 3 ccc.ddd.207.1
PING ccc.ddd.207.1 (ccc.ddd.207.1) 56(84) bytes of data.
64 bytes from ccc.ddd.207.1: icmp_seq=1 ttl=255 time=0.296 ms
64 bytes from ccc.ddd.207.1: icmp_seq=2 ttl=255 time=0.340 ms
64 bytes from ccc.ddd.207.1: icmp_seq=3 ttl=255 time=0.508 ms
--- ccc.ddd.207.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2029ms
rtt min/avg/max/mdev = 0.296/0.381/0.508/0.091 ms
# ping -c 3 aaa.bbb.207.1
PING aaa.bbb.207.1 (aaa.bbb.207.1) 56(84) bytes of data.
64 bytes from aaa.bbb.207.1: icmp_seq=1 ttl=255 time=1.12 ms
64 bytes from aaa.bbb.207.1: icmp_seq=2 ttl=255 time=0.795 ms
64 bytes from aaa.bbb.207.1: icmp_seq=3 ttl=255 time=0.980 ms
--- aaa.bbb.207.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.795/0.965/1.120/0.133 ms
# ping -c 3 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=53 time=132 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=53 time=132 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=53 time=132 ms
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 131.614/131.828/132.256/0.302 ms |