Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. dmachine@msk0:~$ ping -c 6 ubuntu.com
  2. PING ubuntu.com (91.189.94.40) 56(84) bytes of data.
  3. 64 bytes from ovinnik.canonical.com (91.189.94.40): icmp_seq=1 ttl=54 time=50.7 ms
  4. 64 bytes from ovinnik.canonical.com (91.189.94.40): icmp_seq=2 ttl=54 time=51.5 ms
  5. 64 bytes from ovinnik.canonical.com (91.189.94.40): icmp_seq=3 ttl=54 time=50.7 ms
  6. 64 bytes from ovinnik.canonical.com (91.189.94.40): icmp_seq=4 ttl=54 time=50.7 ms
  7. 64 bytes from ovinnik.canonical.com (91.189.94.40): icmp_seq=5 ttl=54 time=50.9 ms
  8. 64 bytes from ovinnik.canonical.com (91.189.94.40): icmp_seq=6 ttl=54 time=50.7 ms
  9.  
  10. --- ubuntu.com ping statistics ---
  11. 6 packets transmitted, 6 received, 0% packet loss, time 5007ms
  12. rtt min/avg/max/mdev = 50.703/50.915/51.568/0.420 ms
  13.  
  14. dmachine@msk0:~$ sudo traceroute -I ubuntu.com
  15. traceroute to ubuntu.com (91.189.94.40), 30 hops max, 60 byte packets
  16. 1 c3750-gw.agava.net (89.108.82.1) 0.340 ms 0.552 ms 0.822 ms
  17. 2 po1-vl24.br1.m9.agava.net (89.108.112.241) 1.050 ms 1.060 ms 1.072 ms
  18. 3 ae8-355.RT.M9P.MSK.RU.retn.net (87.245.255.82) 1.057 ms 1.057 ms 1.062 ms
  19. 4 ae3-8.RT.TC2.AMS.NL.retn.net (87.245.233.17) 42.902 ms 42.917 ms 42.918 ms
  20. 5 lag-108.ear3.Amsterdam1.Level3.net (213.19.197.65) 42.642 ms 42.913 ms 43.117 ms
  21. 6 ae-233-3609.edge5.london1.Level3.net (4.69.166.49) 48.703 ms 48.772 ms 48.765 ms
  22. 7 SOURCE-MANA.edge5.London1.Level3.net (212.187.138.82) 49.330 ms 49.272 ms 49.263 ms
  23. 8 bond0.ravi.canonical.com (91.189.88.5) 50.512 ms 50.515 ms 50.637 ms
  24. 9 ovinnik.canonical.com (91.189.94.40) 50.885 ms 50.704 ms 50.649 ms
  25.  
  26.  
  27. dmachine@msk0:~$ mtr -rn ubuntu.com
  28. Start: Mon Mar 27 19:12:18 2017
  29. HOST: msk0 Loss% Snt Last Avg Best Wrst StDev
  30. 1.|-- 89.108.82.1 0.0% 10 0.3 0.4 0.3 0.9 0.0
  31. 2.|-- 89.108.112.241 0.0% 10 1.0 1.0 0.9 1.2 0.0
  32. 3.|-- 87.245.255.82 0.0% 10 1.0 1.1 0.9 2.0 0.0
  33. 4.|-- 87.245.233.17 0.0% 10 42.7 42.8 42.7 42.9 0.0
  34. 5.|-- 213.19.197.65 70.0% 10 42.6 42.7 42.6 42.9 0.0
  35. 6.|-- 4.69.166.49 0.0% 10 48.7 48.9 48.7 49.6 0.0
  36. 7.|-- 212.187.138.82 0.0% 10 49.3 49.4 49.2 49.5 0.0
  37. 8.|-- 91.189.88.5 0.0% 10 50.5 50.6 50.5 50.7 0.0
  38. 9.|-- 91.189.94.40 0.0% 10 51.0 51.0 50.6 51.7 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement