Guest User

Untitled

a guest
May 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. $ ping google.com
  2. PING google.com (216.58.199.174) 56(84) bytes of data.
  3. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=1 ttl=57 time=49.9 ms
  4. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=2 ttl=57 time=44.6 ms
  5. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=3 ttl=57 time=43.6 ms
  6. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=4 ttl=57 time=45.6 ms
  7. ^C
  8. --- google.com ping statistics ---
  9. 4 packets transmitted, 4 received, 0% packet loss, time 3003ms
  10. rtt min/avg/max/mdev = 43.641/45.990/49.991/2.422 ms
  11.  
  12. $ ping -U google.com
  13. PING google.com (216.58.199.174) 56(84) bytes of data.
  14. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=1 ttl=57 time=54.9 ms
  15. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=3 ttl=57 time=46.0 ms
  16. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=4 ttl=57 time=42.8 ms
  17. 64 bytes from bom05s08-in-f14.1e100.net (216.58.199.174): icmp_req=5 ttl=57 time=42.2 ms
  18. ^C
  19. --- google.com ping statistics ---
  20. 6 packets transmitted, 4 received, 33% packet loss, time 5013ms
  21. rtt min/avg/max/mdev = 42.267/46.544/54.984/5.091 ms
Add Comment
Please, Sign In to add comment