Created
August 9, 2016 07:45
-
-
Save KhArtNJava/8bdf0a80c15429d4412aee07ae788ec0 to your computer and use it in GitHub Desktop.
Slow github speed download from my server in Moscow
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
46.29.161.220 | |
Can't run "The speed test results shown at http://jnewland.github.io/speedtest.html", because I dunno, how to run it | |
on console linux server. | |
root2@srvJH:/tmp$ git clone https://github.com/github/hub /tmp/hub-http | |
Cloning into '/tmp/hub-http'... | |
remote: Counting objects: 12534, done. | |
remote: Compressing objects: 100% (150/150), done. | |
remote: Total 12534 (delta 79), reused 0 (delta 0), pack-reused 12384 | |
Receiving objects: 100% (12534/12534), 3.39 MiB | 979.00 KiB/s, done. | |
Resolving deltas: 100% (7778/7778), done. | |
Checking connectivity... done. | |
I don't store my private key on my server: | |
root2@srvJH:/tmp$ git clone [email protected]:github/hub /tmp/hub-ssh | |
Cloning into '/tmp/hub-ssh'... | |
The authenticity of host 'github.com (192.30.253.113)' can't be established. | |
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts. | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. | |
root2@srvJH:/tmp$ ping -c 10 github.com | |
PING github.com (192.30.253.113) 56(84) bytes of data. | |
64 bytes from 192.30.253.113: icmp_seq=1 ttl=49 time=164 ms | |
64 bytes from 192.30.253.113: icmp_seq=2 ttl=49 time=166 ms | |
64 bytes from 192.30.253.113: icmp_seq=3 ttl=49 time=163 ms | |
64 bytes from 192.30.253.113: icmp_seq=4 ttl=49 time=166 ms | |
64 bytes from 192.30.253.113: icmp_seq=5 ttl=49 time=163 ms | |
64 bytes from 192.30.253.113: icmp_seq=6 ttl=49 time=166 ms | |
64 bytes from 192.30.253.113: icmp_seq=7 ttl=49 time=163 ms | |
64 bytes from 192.30.253.113: icmp_seq=8 ttl=49 time=170 ms | |
64 bytes from 192.30.253.113: icmp_seq=9 ttl=49 time=168 ms | |
64 bytes from 192.30.253.113: icmp_seq=10 ttl=49 time=166 ms | |
--- github.com ping statistics --- | |
10 packets transmitted, 10 received, 0% packet loss, time 9014ms | |
rtt min/avg/max/mdev = 163.132/165.983/170.609/2.440 ms | |
root2@srvJH:/tmp$ traceroute github.com | |
traceroute to github.com (192.30.253.112), 30 hops max, 60 byte packets | |
1 46.29.161.1 (46.29.161.1) 2.014 ms 2.222 ms 1.121 ms | |
2 188.254.40.109 (188.254.40.109) 0.400 ms 0.283 ms 0.413 ms | |
3 217.107.68.25 (217.107.68.25) 52.926 ms 42.555 ms 42.477 ms | |
4 s-b3-link.telia.net (62.115.11.57) 76.580 ms 80.474 ms 69.632 ms | |
5 s-bb4-link.telia.net (80.91.249.218) 80.280 ms s-bb3-link.telia.net (62.115.141.202) 72.950 ms s-bb4-link.telia.net (80.91.253.226) 68.815 ms | |
6 s-b6-link.telia.net (62.115.119.113) 73.299 ms s-b6-link.telia.net (62.115.136.37) 72.172 ms s-b6-link.telia.net (62.115.114.167) 62.561 ms | |
7 * * * | |
8 ae-2-3608.ear1.Washington39.Level3.net (4.69.159.233) 160.093 ms 157.048 ms 156.984 ms | |
9 * * * | |
10 * * * | |
11 * * * | |
12 * * * | |
13 * * * | |
14 * * * | |
15 * * * | |
16 * * * | |
17 * * * | |
18 * * * | |
19 * * * | |
20 * * * | |
21 * * * | |
22 * * * | |
23 * * * | |
24 * * * | |
25 * * * | |
26 * * * | |
27 * * * | |
28 * * * | |
29 * * * | |
30 * * * | |
root2@srvJH:/tmp$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment