Open your cmd (Alt+Ctrl+T)
And write following command,
ping -c1 google.com
rakesh@Rakesh-KR:~$ ping -c1 google.com
PING google.com (216.58.220.46) 56(84) bytes of data.
64 bytes from safebrowsing (216.58.220.46): icmp_seq=1 ttl=53 time=10.8 m
PING google.com (216.58.220.46) 56(84) bytes of data.
64 bytes from safebrowsing (216.58.220.46): icmp_seq=1 ttl=53 time=10.8 m
— google.com ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 10.858/10.858/10.858/0.000 ms
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 10.858/10.858/10.858/0.000 ms
Comments
Post a Comment