[root@zetawiki ~]# ping 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=45 time=126 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=45 time=154 ms
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1746ms
rtt min/avg/max/mdev = 126.482/140.669/154.857/14.192 ms
[root@zetawiki ~]# ping -c 2 google.com
PING google.com (173.194.127.36) 56(84) bytes of data.
64 bytes from hkg03s10-in-f4.1e100.net (173.194.127.36): icmp_seq=1 ttl=53 time=215 ms
64 bytes from hkg03s10-in-f4.1e100.net (173.194.127.36): icmp_seq=2 ttl=53 time=214 ms
--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1215ms
rtt min/avg/max/mdev = 214.634/215.015/215.396/0.381 ms