all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaelyn <kaelyn.alexi@protonmail.com>
To: Christopher Baines <mail@cbaines.net>
Cc: guix-devel@gnu.org
Subject: Re: Do substitutes download slowly for you? / Speeding up substitute delivery/mirrors
Date: Fri, 26 May 2023 18:28:57 +0000	[thread overview]
Message-ID: <GVAw3zKfmkFCVLDhSK0DwZYrGABgVsbkUK5N4ypEfWc8KxaB_GO9SsRxNk2HTcDarJgav-wDYvZThdcPz5bL-5GJ8lUwSxX8iT7dM6ncDk8=@protonmail.com> (raw)
In-Reply-To: <87bki84hxi.fsf@cbaines.net>

> France: wget https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
> US: wget https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
> Singapore: wget https://bordeaux-singapore-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
> 
> 
> So please share the output from wget and if you're comfortable doing so,
> the rough real world location of where the computer doing the
> downloading is.

I'm in Salem, Oregon with Comcast/Xfinity home internet, and while the speeds I get from sites varies a lot, the mirrors are kind of all equally slow for me compared to what I usually see. The Singapore mirror was a little slower on average than France or US east, but all three showed fluctuations throughout the transfer ranging roughly from 650KB/s to 3+MB/s. Below are my results, along with a 4th result downloading a kernel tarball from kernel.org which shows a more typical speed for me.

Cheers,
Kaelyn


$ wget -O/dev/null https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2023-05-26 11:13:25--  https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)... 185.233.100.56, 2a0c:e300::58
Connecting to bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)|185.233.100.56|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [text/plain]
Saving to: ‘/dev/null’

/dev/null                100%[================================>] 198.95M  1.07MB/s    in 1m 57s  

2023-05-26 11:15:23 (1.70 MB/s) - ‘/dev/null’ saved [208615205/208615205]



$ wget -O/dev/null https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2023-05-26 11:16:09--  https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving bordeaux-us-east-mirror.cbaines.net (bordeaux-us-east-mirror.cbaines.net)... 5.161.49.48
Connecting to bordeaux-us-east-mirror.cbaines.net (bordeaux-us-east-mirror.cbaines.net)|5.161.49.48|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [text/plain]
Saving to: ‘/dev/null’

/dev/null                100%[================================>] 198.95M  1.65MB/s    in 2m 2s   

2023-05-26 11:18:12 (1.62 MB/s) - ‘/dev/null’ saved [208615205/208615205]



$ wget -O/dev/null https://bordeaux-singapore-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2023-05-26 11:18:30--  https://bordeaux-singapore-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving bordeaux-singapore-mirror.cbaines.net (bordeaux-singapore-mirror.cbaines.net)... 64.176.80.78, 2401:c080:1400:71df:5400:4ff:fe73:757d
Connecting to bordeaux-singapore-mirror.cbaines.net (bordeaux-singapore-mirror.cbaines.net)|64.176.80.78|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [text/plain]
Saving to: ‘/dev/null’

/dev/null                100%[================================>] 198.95M   760KB/s    in 2m 26s  

2023-05-26 11:20:57 (1.37 MB/s) - ‘/dev/null’ saved [208615205/208615205]



$ wget -O/dev/null https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.30.tar.xz
--2023-05-26 11:21:17--  https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.30.tar.xz
Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.1.176, 151.101.65.176, 151.101.193.176, ...
Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.1.176|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 134914908 (129M) [application/x-xz]
Saving to: ‘/dev/null’

/dev/null                100%[================================>] 128.66M  10.2MB/s    in 12s     

2023-05-26 11:21:34 (10.5 MB/s) - ‘/dev/null’ saved [134914908/134914908]



  parent reply	other threads:[~2023-05-26 18:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-25 13:52 Do substitutes download slowly for you? / Speeding up substitute delivery/mirrors Christopher Baines
2023-05-25 14:42 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2023-05-25 15:25 ` Vagrant Cascadian
2023-05-25 15:49 ` Luis Felipe
2023-05-26 17:45   ` Luis Felipe
2023-05-31 10:48     ` Christopher Baines
2023-05-31 15:29       ` Luis Felipe
2023-05-31 16:35         ` Christopher Baines
2023-05-25 20:48 ` Philip McGrath
2023-05-25 21:04   ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2023-05-26 22:03     ` Philip McGrath
2023-05-26  7:45 ` Andreas Enge
2023-05-26 16:05   ` Ludovic Courtès
2023-05-31 10:24     ` Simon Tournier
2023-05-26 12:42 ` 宋文武
2023-05-26 12:48 ` Maxim Cournoyer
2023-05-26 18:28 ` Kaelyn [this message]
2023-05-26 18:52   ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2023-05-29 12:07 ` Efraim Flashner
2023-05-31  9:37 ` Simon Tournier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='GVAw3zKfmkFCVLDhSK0DwZYrGABgVsbkUK5N4ypEfWc8KxaB_GO9SsRxNk2HTcDarJgav-wDYvZThdcPz5bL-5GJ8lUwSxX8iT7dM6ncDk8=@protonmail.com' \
    --to=kaelyn.alexi@protonmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mail@cbaines.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.