[root@emcc ~]# ping -c 3 emcc
PING emcc (10.0.1.133) 56(84) bytes of data.
64 bytes from emcc (10.0.1.133): icmp_seq=1 ttl=64 time=0.014 ms
64 bytes from emcc (10.0.1.133): icmp_seq=2 ttl=64 time=0.025 ms
64 bytes from emcc (10.0.1.133): icmp_seq=3 ttl=64 time=0.032 ms
--- emcc ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.014/0.023/0.032/0.009 ms
[root@emcc ~]# ping -c 3 emcc.localdomain
PING emcc.localdomain (10.0.1.133) 56(84) bytes of data.
64 bytes from emcc.localdomain (10.0.1.133): icmp_seq=1 ttl=64 time=0.014 ms
64 bytes from emcc.localdomain (10.0.1.133): icmp_seq=2 ttl=64 time=0.042 ms
64 bytes from emcc.localdomain (10.0.1.133): icmp_seq=3 ttl=64 time=0.059 ms
--- emcc.localdomain ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2006ms
rtt min/avg/max/mdev = 0.014/0.038/0.059/0.019 ms |