Created
August 1, 2016 06:27
-
-
Save anandology/f791a9874e55483c56ce81d4c1f6e4b1 to your computer and use it in GitHub Desktop.
Output of traceroute and mtr from digital ocean bangalore datacenter to apt.dockerproject.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@docker-blr:~# mtr -w --report apt.dockerproject.org | |
Start: Mon Aug 1 02:22:19 2016 | |
HOST: docker-blr Loss% Snt Last Avg Best Wrst StDev | |
1.|-- 139.59.16.253 0.0% 10 2.1 2.3 1.8 2.8 0.0 | |
2.|-- 138.197.249.14 0.0% 10 0.3 0.3 0.2 0.3 0.0 | |
3.|-- 124.124.67.154 0.0% 10 2.0 7.1 1.6 53.7 16.4 | |
4.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0 | |
5.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0 | |
6.|-- 220.227.64.209 0.0% 10 12.1 13.0 12.0 21.2 2.8 | |
7.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0 | |
8.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0 | |
9.|-- ??? 100.0 10 0.0 0.0 0.0 0.0 0.0 | |
10.|-- server-54-192-189-130.maa3.r.cloudfront.net 0.0% 10 12.1 12.0 12.0 12.1 0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@docker-blr:~# traceroute apt.dockerproject.org | |
traceroute to apt.dockerproject.org (54.192.189.130), 30 hops max, 60 byte packets | |
1 139.59.16.254 (139.59.16.254) 2.030 ms 2.002 ms 1.965 ms | |
2 138.197.249.24 (138.197.249.24) 0.315 ms 138.197.249.16 (138.197.249.16) 0.314 ms 138.197.249.14 (138.197.249.14) 11.774 ms | |
3 124.124.67.154 (124.124.67.154) 1.878 ms 2.725 ms 3.094 ms | |
4 * * * | |
5 * * * | |
6 220.227.64.209 (220.227.64.209) 11.967 ms 12.127 ms 11.926 ms | |
7 * * * | |
8 * * * | |
9 * * * | |
10 * * * | |
11 * * * | |
12 * * * | |
13 * * * | |
14 * * * | |
15 * * * | |
16 * * * | |
17 * * * | |
18 * * * | |
19 * * * | |
20 * * * | |
21 * * * | |
22 * * * | |
23 * * * | |
24 * * * | |
25 * * * | |
26 * * * | |
27 * * * | |
28 * * * | |
29 * * * | |
30 * * * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment