Last active
December 20, 2015 22:38
-
-
Save faried/6206201 to your computer and use it in GitHub Desktop.
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
# ptcl "copper": ping time around 161 ms | |
$ traceroute -n www.google.com.pk | |
traceroute: Warning: www.google.com.pk has multiple addresses; using 173.194.113.191 | |
traceroute to www.google.com.pk (173.194.113.191), 64 hops max, 52 byte packets | |
1 192.168.1.1 1.729 ms 1.593 ms 1.203 ms | |
2 119.152.4.1 41.234 ms 39.148 ms 39.364 ms | |
3 203.99.170.194 28.792 ms 27.957 ms 28.779 ms | |
4 221.120.252.13 30.389 ms 32.099 ms 37.638 ms | |
5 221.120.254.46 52.602 ms 56.674 ms 51.792 ms | |
6 202.125.128.162 48.940 ms 49.802 ms 48.004 ms | |
7 72.14.223.81 229.005 ms 159.363 ms 173.593 ms | |
8 216.239.43.156 159.300 ms 159.755 ms 174.038 ms | |
9 209.85.252.194 159.325 ms | |
209.85.252.36 158.601 ms 162.713 ms | |
10 209.85.253.10 178.960 ms 185.593 ms | |
209.85.253.8 168.516 ms | |
11 72.14.232.78 330.708 ms 322.365 ms 322.354 ms | |
12 209.85.240.223 329.645 ms 348.307 ms | |
209.85.242.187 329.370 ms | |
13 72.14.233.30 195.509 ms | |
72.14.233.217 182.587 ms 182.100 ms | |
14 72.14.235.213 184.889 ms 184.396 ms 188.355 ms | |
15 173.194.113.191 184.972 ms 183.184 ms 182.200 ms | |
$ | |
# ptcl "fiber": ping time around 171 ms | |
$ traceroute -n www.google.com.pk | |
traceroute: Warning: www.google.com.pk has multiple addresses; using 173.194.113.191 | |
traceroute to www.google.com.pk (173.194.113.191), 64 hops max, 52 byte packets | |
1 192.168.1.1 2.603 ms 0.655 ms 0.589 ms | |
2 203.99.169.19 81.512 ms 39.477 ms 41.113 ms | |
3 10.1.1.10 61.530 ms 60.839 ms 61.357 ms | |
4 203.99.170.145 63.352 ms 59.422 ms 61.923 ms | |
5 221.120.251.157 77.756 ms 62.424 ms 63.968 ms | |
6 202.125.128.162 60.085 ms 63.051 ms 63.278 ms | |
7 72.14.219.209 170.621 ms 180.845 ms 171.596 ms | |
8 216.239.43.156 171.480 ms 174.890 ms 170.081 ms | |
9 209.85.252.194 172.105 ms | |
209.85.252.36 170.191 ms 186.858 ms | |
10 209.85.253.8 176.887 ms 176.607 ms 187.101 ms | |
11 72.14.232.78 188.361 ms | |
72.14.232.76 186.776 ms 186.259 ms | |
12 209.85.242.187 217.213 ms 208.455 ms 198.383 ms | |
13 72.14.233.30 196.099 ms 197.624 ms 198.356 ms | |
14 72.14.235.213 195.669 ms 195.490 ms 196.558 ms | |
15 173.194.113.191 193.891 ms 194.820 ms 209.879 ms | |
$ | |
# fiber update, one hour later: the ping times are the same, but it's now changed to | |
$ traceroute -n www.google.com.pk | |
traceroute: Warning: www.google.com.pk has multiple addresses; using 173.194.39.63 | |
traceroute to www.google.com.pk (173.194.39.63), 64 hops max, 52 byte packets | |
1 192.168.1.1 1.439 ms 0.794 ms 0.656 ms | |
2 203.99.169.19 134.831 ms 150.957 ms 142.388 ms | |
3 10.1.1.10 184.630 ms 148.059 ms 201.388 ms | |
4 203.99.170.145 193.939 ms 163.960 ms 166.069 ms | |
5 221.120.251.157 187.292 ms 197.536 ms 238.155 ms | |
6 202.125.128.162 271.840 ms 109.968 ms 174.056 ms | |
7 72.14.219.209 264.625 ms 260.443 ms 255.973 ms | |
8 216.239.43.156 276.173 ms 316.862 ms 298.097 ms | |
9 209.85.252.36 260.835 ms 296.574 ms 272.209 ms | |
10 209.85.243.109 293.060 ms 389.206 ms 214.317 ms | |
11 173.194.39.63 280.009 ms 288.987 ms 291.768 ms | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment