-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to store individual rtt values.
- Loading branch information
Showing
23 changed files
with
274 additions
and
304 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
"ip","country_code","country_name","region_code","region_name","city","zip_code","time_zone","latitude","longitude","metro_code","mean_rtt" | ||
"128.95.21.102","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1 | ||
"205.175.118.2","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1 | ||
"209.124.188.132","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1.33333333333333 | ||
"198.104.202.6","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",1.33333333333333 | ||
"198.104.202.5","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",1.66666666666667 | ||
"64.86.123.41","US","United States","DE","Delaware","Wilmington","19808","America/New_York",39.7351,-75.6684,"504",1.33333333333333 | ||
"64.86.124.25","US","United States","DE","Delaware","Wilmington","19808","America/New_York",39.7351,-75.6684,"504",2 | ||
"64.86.124.30","US","United States","DE","Delaware","Wilmington","19808","America/New_York",39.7351,-75.6684,"504",70.6666666666667 | ||
"66.198.96.45","CA","Canada","QC","Quebec","Montreal","H3C","America/Toronto",45.498,-73.5472,"0",70.3333333333333 | ||
"66.198.96.34","CA","Canada","QC","Quebec","Montreal","H3C","America/Toronto",45.498,-73.5472,"0",261.666666666667 | ||
"200.0.16.85","CU","Cuba","","","","","America/Havana",21.5,-80,"0",213.333333333333 | ||
"200.0.16.196","CU","Cuba","","","","","America/Havana",21.5,-80,"0",210 | ||
"200.0.16.182","CU","Cuba","","","","","America/Havana",21.5,-80,"0",220.666666666667 | ||
"169.158.128.54","CU","Cuba","08","Provincia de Ciego de Avila","Habana","","America/Havana",22.2514,-78.9131,"0",226.666666666667 | ||
"ip","country_code","country_name","region_code","region_name","city","zip_code","time_zone","latitude","longitude","metro_code","mean_rtt" | ||
"128.95.230.102","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",0 | ||
"209.124.188.134","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",0 | ||
"198.104.202.5","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",3.939 | ||
"64.86.123.41","US","United States","DE","Delaware","Wilmington","19808","America/New_York",39.7351,-75.6684,"504",1.313 | ||
"64.86.123.2","US","United States","DE","Delaware","Wilmington","19808","America/New_York",39.7351,-75.6684,"504",2.626 | ||
"64.86.124.30","US","United States","DE","Delaware","Wilmington","19808","America/New_York",39.7351,-75.6684,"504",68.023 | ||
"66.198.96.45","CA","Canada","QC","Quebec","Montreal","H3C","America/Toronto",45.498,-73.5472,"0",68.023 | ||
"66.198.96.34","CA","Canada","QC","Quebec","Montreal","H3C","America/Toronto",45.498,-73.5472,"0",220.016 | ||
"200.0.16.85","CU","Cuba","","","","","America/Havana",21.5,-80,"0",184.008 | ||
"200.0.16.196","CU","Cuba","","","","","America/Havana",21.5,-80,"0",180 | ||
"200.0.16.182","CU","Cuba","","","","","America/Havana",21.5,-80,"0",183.981333333333 | ||
"169.158.128.54","CU","Cuba","08","Provincia de Ciego de Avila","Habana","","America/Havana",22.2514,-78.9131,"0",183.968 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
"addr","mean_rtt" | ||
"128.95.21.102",1 | ||
"10.132.1.65",1 | ||
"10.132.1.66",1 | ||
"10.132.0.49",1 | ||
"205.175.118.2",1 | ||
"209.124.188.132",1.33333333333333 | ||
"198.104.202.6",1.33333333333333 | ||
"198.104.202.5",1.66666666666667 | ||
"64.86.123.41",1.33333333333333 | ||
"64.86.124.25",2 | ||
"64.86.124.30",70.6666666666667 | ||
"66.198.96.45",70.3333333333333 | ||
"66.198.96.34",261.666666666667 | ||
"200.0.16.85",213.333333333333 | ||
"200.0.16.196",210 | ||
"200.0.16.182",220.666666666667 | ||
"169.158.128.54",226.666666666667 | ||
"addr","mean_rtt","rtt.1","rtt.2","rtt.3" | ||
"128.95.230.102",0,0,0,0 | ||
"10.132.1.73",0,0,0,0 | ||
"10.132.1.75",0,0,0,0 | ||
"209.124.188.134",0,0,0,0 | ||
"198.104.202.5",3.939,3.939,3.939,3.939 | ||
"64.86.123.41",1.313,0,0,3.939 | ||
"64.86.123.2",2.626,3.939,3.939,0 | ||
"64.86.124.30",68.023,68.023,68.023,68.023 | ||
"66.198.96.45",68.023,68.023,68.023,68.023 | ||
"66.198.96.34",220.016,220.016,220.016,220.016 | ||
"200.0.16.85",184.008,184.008,184.008,184.008 | ||
"200.0.16.196",180,180,180,180 | ||
"200.0.16.182",183.981333333333,184.008,183.968,183.968 | ||
"169.158.128.54",183.968,183.968,183.968,183.968 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,31 @@ | ||
|
||
Tracing route to vhunix.ceniai.inf.cu [169.158.128.86] | ||
over a maximum of 30 hops: | ||
|
||
1 <1 ms <1 ms <1 ms 128.95.21.102 | ||
2 <1 ms <1 ms <1 ms 10.132.1.65 | ||
3 1 ms <1 ms <1 ms 10.132.1.66 | ||
4 1 ms <1 ms <1 ms 10.132.0.49 | ||
5 1 ms 1 ms 1 ms 205.175.118.2 | ||
6 2 ms 1 ms 1 ms 209.124.188.132 | ||
7 2 ms 1 ms 1 ms 198.104.202.6 | ||
8 2 ms 1 ms 2 ms 198.104.202.5 | ||
9 2 ms 1 ms 1 ms 64.86.123.41 | ||
10 2 ms 2 ms 2 ms 64.86.124.25 | ||
11 71 ms 70 ms 71 ms 64.86.124.30 | ||
12 70 ms 70 ms 71 ms 66.198.96.45 | ||
13 261 ms 262 ms 262 ms 66.198.96.34 | ||
14 215 ms 210 ms 215 ms 200.0.16.85 | ||
15 210 ms * 210 ms 200.0.16.196 | ||
16 230 ms 220 ms 212 ms 200.0.16.182 | ||
17 213 ms 233 ms 234 ms 169.158.128.54 | ||
18 * * * Request timed out. | ||
19 * * * Request timed out. | ||
20 * * * Request timed out. | ||
21 * * * Request timed out. | ||
22 * * * Request timed out. | ||
23 * * * Request timed out. | ||
24 * * * Request timed out. | ||
25 * * * Request timed out. | ||
26 * * * Request timed out. | ||
27 * * * Request timed out. | ||
28 * * * Request timed out. | ||
29 * * * Request timed out. | ||
30 * * * Request timed out. | ||
|
||
Trace complete. | ||
traceroute to www.cubagob.cu (169.158.128.86), 30 hops max, 60 byte packets | ||
1 128.95.230.102 0.000 ms 0.000 ms 0.000 ms | ||
2 10.132.1.73 0.000 ms 0.000 ms 0.000 ms | ||
3 10.132.1.75 0.000 ms 0.000 ms 0.000 ms | ||
4 209.124.188.134 0.000 ms 0.000 ms 0.000 ms | ||
5 198.104.202.5 3.939 ms 3.939 ms 3.939 ms | ||
6 64.86.123.41 0.000 ms 0.000 ms 3.939 ms | ||
7 64.86.123.2 3.939 ms 3.939 ms 0.000 ms | ||
8 64.86.124.30 68.023 ms 68.023 ms 68.023 ms | ||
9 66.198.96.45 68.023 ms 68.023 ms 68.023 ms | ||
10 66.198.96.34 220.016 ms 220.016 ms 220.016 ms | ||
11 200.0.16.85 184.008 ms 184.008 ms 184.008 ms | ||
12 200.0.16.196 180.000 ms 180.000 ms 180.000 ms | ||
13 200.0.16.182 184.008 ms 183.968 ms 183.968 ms | ||
14 169.158.128.54 183.968 ms 183.968 ms 183.968 ms | ||
15 * * * | ||
16 * * * | ||
17 * * * | ||
18 * * * | ||
19 * * * | ||
20 * * * | ||
21 * * * | ||
22 * * * | ||
23 * * * | ||
24 * * * | ||
25 * * * | ||
26 * * * | ||
27 * * * | ||
28 * * * | ||
29 * * * | ||
30 * * * |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
"ip","country_code","country_name","region_code","region_name","city","zip_code","time_zone","latitude","longitude","metro_code","mean_rtt" | ||
"128.95.230.102","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1 | ||
"205.175.119.2","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1 | ||
"209.124.188.134","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1 | ||
"206.81.80.84","US","United States","WA","Washington","Seattle","98101","America/Los_Angeles",47.6103,-122.3341,"819",2.33333333333333 | ||
"206.81.80.13","US","United States","WA","Washington","Seattle","98101","America/Los_Angeles",47.6103,-122.3341,"819",1 | ||
"63.218.112.218","US","United States","VA","Virginia","Herndon","20170","America/New_York",38.9841,-77.3827,"511",99.6666666666667 | ||
"63.217.112.22","US","United States","VA","Virginia","Herndon","20170","America/New_York",38.9841,-77.3827,"511",104.666666666667 | ||
"63.245.5.190","US","United States","FL","Florida","Miami","33162","America/New_York",25.9274,-80.1801,"528",103.666666666667 | ||
"63.245.70.98","US","United States","FL","Florida","Miami","33162","America/New_York",25.9274,-80.1801,"528",147.333333333333 | ||
"162.246.104.182","BB","Barbados","08","Saint Michael","Warrens","","America/Barbados",13.15,-59.6,"0",146 | ||
"ip","country_code","country_name","region_code","region_name","city","zip_code","time_zone","latitude","longitude","metro_code","mean_rtt" | ||
"128.95.230.102","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1.06866666666667 | ||
"209.124.188.134","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1.415 | ||
"206.81.80.84","US","United States","WA","Washington","Seattle","98101","America/Los_Angeles",47.6103,-122.3341,"819",0.763666666666667 | ||
"206.81.80.13","US","United States","WA","Washington","Seattle","98101","America/Los_Angeles",47.6103,-122.3341,"819",1.73066666666667 | ||
"63.218.112.218","US","United States","VA","Virginia","Herndon","20170","America/New_York",38.9841,-77.3827,"511",97.657 | ||
"63.217.112.26","US","United States","VA","Virginia","Herndon","20170","America/New_York",38.9841,-77.3827,"511",97.709 | ||
"63.245.106.184","US","United States","FL","Florida","Miami","33162","America/New_York",25.9274,-80.1801,"528",94.2756666666667 | ||
"63.245.70.98","US","United States","FL","Florida","Miami","33162","America/New_York",25.9274,-80.1801,"528",149.132333333333 | ||
"162.246.104.182","BB","Barbados","08","Saint Michael","Warrens","","America/Barbados",13.15,-59.6,"0",149.240666666667 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
"addr","mean_rtt" | ||
"128.95.230.102",1 | ||
"10.132.1.73",1 | ||
"10.132.1.75",1 | ||
"10.132.0.53",1 | ||
"205.175.119.2",1 | ||
"209.124.188.134",1 | ||
"206.81.80.84",2.33333333333333 | ||
"206.81.80.13",1 | ||
"63.218.112.218",99.6666666666667 | ||
"63.217.112.22",104.666666666667 | ||
"63.245.5.190",103.666666666667 | ||
"63.245.70.98",147.333333333333 | ||
"162.246.104.182",146 | ||
"addr","mean_rtt","rtt.1","rtt.2","rtt.3" | ||
"128.95.230.102",1.06866666666667,1.045,1.07,1.091 | ||
"10.132.1.73",1.578,1.56,1.584,1.59 | ||
"10.132.1.75",1.35533333333333,1.344,1.358,1.364 | ||
"209.124.188.134",1.415,1.751,1.759,0.735 | ||
"206.81.80.84",0.763666666666667,0.694,0.715,0.882 | ||
"206.81.80.13",1.73066666666667,1.473,1.886,1.833 | ||
"63.218.112.218",97.657,97.625,97.67,97.676 | ||
"63.217.112.26",97.709,97.505,97.786,97.836 | ||
"63.245.106.184",94.2756666666667,94.257,94.282,94.288 | ||
"63.245.70.98",149.132333333333,149.159,149.202,149.036 | ||
"162.246.104.182",149.240666666667,149.35,149.275,149.097 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,31 @@ | ||
|
||
Tracing route to www.gov.bb [204.212.244.57] | ||
over a maximum of 30 hops: | ||
|
||
1 <1 ms <1 ms <1 ms 128.95.230.102 | ||
2 <1 ms <1 ms <1 ms 10.132.1.73 | ||
3 <1 ms <1 ms <1 ms 10.132.1.75 | ||
4 <1 ms <1 ms <1 ms 10.132.0.53 | ||
5 1 ms <1 ms 1 ms 205.175.119.2 | ||
6 1 ms 1 ms 1 ms 209.124.188.134 | ||
7 1 ms 1 ms 5 ms 206.81.80.84 | ||
8 1 ms 1 ms 1 ms 206.81.80.13 | ||
9 98 ms 98 ms 103 ms 63.218.112.218 | ||
10 106 ms 104 ms 104 ms 63.217.112.22 | ||
11 97 ms 113 ms 101 ms 63.245.5.190 | ||
12 148 ms 147 ms 147 ms 63.245.70.98 | ||
13 146 ms 146 ms 146 ms 162.246.104.182 | ||
14 * * * Request timed out. | ||
15 * * * Request timed out. | ||
16 * * * Request timed out. | ||
17 * * * Request timed out. | ||
18 * * * Request timed out. | ||
19 * * * Request timed out. | ||
20 * * * Request timed out. | ||
21 * * * Request timed out. | ||
22 * * * Request timed out. | ||
23 * * * Request timed out. | ||
24 * * * Request timed out. | ||
25 * * * Request timed out. | ||
26 * * * Request timed out. | ||
27 * * * Request timed out. | ||
28 * * * Request timed out. | ||
29 * * * Request timed out. | ||
30 * * * Request timed out. | ||
|
||
Trace complete. | ||
traceroute to www.gov.bb (204.212.244.57), 30 hops max, 60 byte packets | ||
1 128.95.230.102 1.045 ms 1.070 ms 1.091 ms | ||
2 10.132.1.73 1.560 ms 1.584 ms 1.590 ms | ||
3 10.132.1.75 1.344 ms 1.358 ms 1.364 ms | ||
4 209.124.188.134 1.751 ms 1.759 ms 0.735 ms | ||
5 206.81.80.84 0.694 ms 0.715 ms 0.882 ms | ||
6 206.81.80.13 1.473 ms 1.886 ms 1.833 ms | ||
7 63.218.112.218 97.625 ms 97.670 ms 97.676 ms | ||
8 63.217.112.26 97.505 ms 97.786 ms 97.836 ms | ||
9 63.245.106.184 94.257 ms 94.282 ms 94.288 ms | ||
10 63.245.70.98 149.159 ms 149.202 ms 149.036 ms | ||
11 162.246.104.182 149.350 ms 149.275 ms 149.097 ms | ||
12 * * * | ||
13 * * * | ||
14 * * * | ||
15 * * * | ||
16 * * * | ||
17 * * * | ||
18 * * * | ||
19 * * * | ||
20 * * * | ||
21 * * * | ||
22 * * * | ||
23 * * * | ||
24 * * * | ||
25 * * * | ||
26 * * * | ||
27 * * * | ||
28 * * * | ||
29 * * * | ||
30 * * * |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
"ip","country_code","country_name","region_code","region_name","city","zip_code","time_zone","latitude","longitude","metro_code","mean_rtt" | ||
"128.95.230.102","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1 | ||
"205.175.119.2","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",1 | ||
"209.124.188.134","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",2.66666666666667 | ||
"198.104.202.5","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",1.33333333333333 | ||
"129.250.5.46","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",1 | ||
"129.250.3.43","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",52.3333333333333 | ||
"129.250.2.163","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",41 | ||
"129.250.2.138","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",76 | ||
"129.250.3.84","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",65 | ||
"129.250.3.21","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",182.666666666667 | ||
"129.250.3.94","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",166 | ||
"212.119.15.18","GB","United Kingdom","ENG","England","London","EC4N","Europe/London",51.5144,-0.0941,"0",191.333333333333 | ||
"193.151.28.17","RO","Romania","","","","","Europe/Bucharest",46,25,"0",191.333333333333 | ||
"85.120.75.2","RO","Romania","","","","","Europe/Bucharest",46,25,"0",191 | ||
"ip","country_code","country_name","region_code","region_name","city","zip_code","time_zone","latitude","longitude","metro_code","mean_rtt" | ||
"128.95.230.102","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",0 | ||
"209.124.188.134","US","United States","WA","Washington","Seattle","98105","America/Los_Angeles",47.6606,-122.2919,"819",0 | ||
"198.104.202.5","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",0 | ||
"129.250.5.46","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",0 | ||
"129.250.3.43","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",52.013 | ||
"129.250.2.163","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",48 | ||
"129.250.2.138","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",67.992 | ||
"129.250.3.84","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",78.6593333333333 | ||
"129.250.3.21","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",163.992 | ||
"129.250.3.94","US","United States","CO","Colorado","Englewood","80111","America/Denver",39.6237,-104.8738,"751",181.334333333333 | ||
"212.119.15.18","GB","United Kingdom","ENG","England","London","EC4N","Europe/London",51.5144,-0.0941,"0",188.015666666667 | ||
"193.151.28.17","RO","Romania","","","","","Europe/Bucharest",46,25,"0",192.000666666667 | ||
"85.120.75.2","RO","Romania","","","","","Europe/Bucharest",46,25,"0",190.681 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
"addr","mean_rtt" | ||
"128.95.230.102",1 | ||
"10.132.1.73",1 | ||
"10.132.1.75",1 | ||
"10.132.0.53",1 | ||
"205.175.119.2",1 | ||
"209.124.188.134",2.66666666666667 | ||
"198.104.202.5",1.33333333333333 | ||
"129.250.5.46",1 | ||
"129.250.3.43",52.3333333333333 | ||
"129.250.2.163",41 | ||
"129.250.2.138",76 | ||
"129.250.3.84",65 | ||
"129.250.3.21",182.666666666667 | ||
"129.250.3.94",166 | ||
"212.119.15.18",191.333333333333 | ||
"193.151.28.17",191.333333333333 | ||
"85.120.75.2",191 | ||
"addr","mean_rtt","rtt.1","rtt.2","rtt.3" | ||
"128.95.230.102",0,0,0,0 | ||
"10.132.1.73",0,0,0,0 | ||
"10.132.1.75",0,0,0,0 | ||
"209.124.188.134",0,0,0,0 | ||
"198.104.202.5",0,0,0,0 | ||
"129.250.5.46",0,0,0,0 | ||
"129.250.3.43",52.013,52.013,52.013,52.013 | ||
"129.250.2.163",48,48,48,48 | ||
"129.250.2.138",67.992,67.992,67.992,67.992 | ||
"129.250.3.84",78.6593333333333,75.992,79.993,79.993 | ||
"129.250.3.21",163.992,163.992,163.992,163.992 | ||
"129.250.3.94",181.334333333333,183.992,184.011,176 | ||
"212.119.15.18",188.015666666667,187.999,188.024,188.024 | ||
"193.151.28.17",192.000666666667,191.986,192.008,192.008 | ||
"85.120.75.2",190.681,192.008,192.018,188.017 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,31 @@ | ||
|
||
Tracing route to www.gov.ro [85.120.75.150] | ||
over a maximum of 30 hops: | ||
|
||
1 <1 ms <1 ms <1 ms 128.95.230.102 | ||
2 <1 ms <1 ms <1 ms 10.132.1.73 | ||
3 <1 ms <1 ms <1 ms 10.132.1.75 | ||
4 <1 ms <1 ms <1 ms 10.132.0.53 | ||
5 1 ms <1 ms <1 ms 205.175.119.2 | ||
6 6 ms 1 ms 1 ms 209.124.188.134 | ||
7 2 ms 1 ms 1 ms 198.104.202.5 | ||
8 * 1 ms 1 ms 129.250.5.46 | ||
9 52 ms 54 ms 51 ms 129.250.3.43 | ||
10 41 ms 41 ms 41 ms 129.250.2.163 | ||
11 76 ms 76 ms 76 ms 129.250.2.138 | ||
12 65 ms 65 ms 65 ms 129.250.3.84 | ||
13 199 ms 171 ms 178 ms 129.250.3.21 | ||
14 166 ms 166 ms 166 ms 129.250.3.94 | ||
15 191 ms 192 ms 191 ms 212.119.15.18 | ||
16 192 ms 191 ms 191 ms 193.151.28.17 | ||
17 191 ms 191 ms 191 ms 85.120.75.2 | ||
18 * * * Request timed out. | ||
19 * * * Request timed out. | ||
20 * * * Request timed out. | ||
21 * * * Request timed out. | ||
22 * * * Request timed out. | ||
23 * * * Request timed out. | ||
24 * * * Request timed out. | ||
25 * * * Request timed out. | ||
26 * * * Request timed out. | ||
27 * * * Request timed out. | ||
28 * * * Request timed out. | ||
29 * * * Request timed out. | ||
30 * * * Request timed out. | ||
|
||
Trace complete. | ||
traceroute to www.gov.ro (85.120.75.150), 30 hops max, 60 byte packets | ||
1 128.95.230.102 0.000 ms 0.000 ms 0.000 ms | ||
2 10.132.1.73 0.000 ms 0.000 ms 0.000 ms | ||
3 10.132.1.75 0.000 ms 0.000 ms 0.000 ms | ||
4 209.124.188.134 0.000 ms 0.000 ms 0.000 ms | ||
5 198.104.202.5 0.000 ms 0.000 ms 0.000 ms | ||
6 129.250.5.46 0.000 ms 0.000 ms 0.000 ms | ||
7 129.250.3.43 52.013 ms 52.013 ms 52.013 ms | ||
8 129.250.2.163 48.000 ms 48.000 ms 48.000 ms | ||
9 129.250.2.138 67.992 ms 67.992 ms 67.992 ms | ||
10 129.250.3.84 75.992 ms 79.993 ms 79.993 ms | ||
11 129.250.3.21 163.992 ms 163.992 ms 163.992 ms | ||
12 129.250.3.94 183.992 ms 184.011 ms 176.000 ms | ||
13 212.119.15.18 187.999 ms 188.024 ms 188.024 ms | ||
14 193.151.28.17 191.986 ms 192.008 ms 192.008 ms | ||
15 85.120.75.2 192.008 ms 192.018 ms 188.017 ms | ||
16 * * * | ||
17 * * * | ||
18 * * * | ||
19 * * * | ||
20 * * * | ||
21 * * * | ||
22 * * * | ||
23 * * * | ||
24 * * * | ||
25 * * * | ||
26 * * * | ||
27 * * * | ||
28 * * * | ||
29 * * * | ||
30 * * * |
Oops, something went wrong.