![]() ![]() ![]() |
|
unsignedint: I'm on UFB 30/10 and international speeds are great. Quite easy to max out my line, with a single thread. Below is a download of a linux ISO form California, US @ 3.2MB/s on WiFi.
[code]
$ wget http://mirrors.kernel.org/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-netinstall.iso -O /dev/null
--2013-05-04 21:21:16-- http://mirrors.kernel.org/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-netinstall.iso
Resolving mirrors.kernel.org... 149.20.20.135, 149.20.4.71
Connecting to mirrors.kernel.org|149.20.20.135|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 241172480 (230M) [application/octet-stream]
Saving to: ‘/dev/null’
39% [====================================> ] 95,683,368 3.26MB/s eta 46s ^C
[/code]
hads: Okay, I take it back, you guys were quite right. I've just realised that the box here I normally do transfers to/from had a low TCP maximum receive buffer. I ass-umed that it would be sane after looking at the values on another very similar install. Odd how they all end up with different values.
So after increasing from 903744 to 6291456
hads: You mean that the default value is based on system memory size?
That's odd because cobalt (the box with the lower default of 903744) has 32GB and lithium (the box with the larger default of 6291456) has 16GB.
And yeah, it sure is. I just got more impressed with the UFB connection :)
hads: I can max out my 100Mbit USB connection to a NZ based server but with real world transfers (rsync/HTTP) from the US I see a max of around 2-2.5MB/s.
Pulling that same file just now shows around 1.8MB/s;
hads@cobalt:~$ wget http://mirrors.kernel.org/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-netinstall.iso -O /dev/null
--2013-05-05 13:43:01-- http://mirrors.kernel.org/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-netinstall.iso
Resolving mirrors.kernel.org (mirrors.kernel.org)... 149.20.4.71, 149.20.20.135
Connecting to mirrors.kernel.org (mirrors.kernel.org)|149.20.4.71|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 241172480 (230M) [application/octet-stream]
Saving to: `/dev/null'
100%[=============================================================================================>] 241,172,480 1.53M/s in 2m 5s
2013-05-05 13:45:08 (1.83 MB/s) - `/dev/null' saved [241172480/241172480]
hads@cobalt:~$
|
![]() ![]() ![]() |