[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33600] CDN performance
From: |
Chris Marusich |
Subject: |
[bug#33600] CDN performance |
Date: |
Wed, 12 Dec 2018 23:11:25 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Meiyo Peng <address@hidden> writes:
> After careful thought, I realized the new CDN won't benefit China
> residents as planned. Any popular CDN outside China is significantly
> throttled by ISP/GFW and the situation is worse every year. A CDN will
> be a great improvement for western countries but not for many asia
> countries.
Could you try running the measure_get shell function I included in the
following email?
https://lists.gnu.org/archive/html/guix-devel/2018-12/msg00192.html
For convenience, here is the definition:
--8<---------------cut here---------------start------------->8---
measure_get () {
curl -L \
-o /dev/null \
-w "url_effective: %{url_effective}\\n\
http_code: %{http_code}\\n\
num_connects: %{num_connects}\\n\
num_redirects: %{num_redirects}\\n\
remote_ip: %{remote_ip}\\n\
remote_port: %{remote_port}\\n\
size_download: %{size_download} B\\n\
speed_download: %{speed_download} B/s\\n\
time_appconnect: %{time_appconnect} s\\n\
time_connect: %{time_connect} s\\n\
time_namelookup: %{time_namelookup} s\\n\
time_pretransfer: %{time_pretransfer} s\\n\
time_redirect: %{time_redirect} s\\n\
time_starttransfer: %{time_starttransfer} s\\n\
time_total: %{time_total} s\\n" \
"$1"
}
--8<---------------cut here---------------end--------------->8---
Specifically, I am curious to know what performance you get when you run
measure_get
https://berlin-mirror.marusich.info/nar/gzip/1bq783rbkzv9z9zdhivbvfzhsz2s5yac-linux-libre-4.19
from a computer in China. Please be sure to run it two times in a row,
to ensure that CloudFront has cached the object.
CloudFront has edge locations in Hong Kong, so I am curious to know what
performance improvement, if any, you observe.
--
Chris
signature.asc
Description: PGP signature
- [bug#33600] [PATCH 3/3] build: Default to https://ci.guix.info for substitutes., (continued)
[bug#33600] [PATCH 1/3] etc: Add "ci.guix.info.pub" public key file., Ricardo Wurmus, 2018/12/03
[bug#33600] Using a CDN or some other mirror?, Ludovic Courtès, 2018/12/03
[bug#33600] CDN performance,
Chris Marusich <=
[bug#33600] CDN performance, Meiyo Peng, 2018/12/17
[bug#33600] CDN performance, Chris Marusich, 2018/12/21
[bug#33600] CDN performance, Meiyo Peng, 2018/12/21
[bug#33600] CDN performance, Chris Marusich, 2018/12/13
[bug#33600] CDN performance, Giovanni Biscuolo, 2018/12/13
[bug#33600] CDN performance, Mark H Weaver, 2018/12/14
[bug#33600] CDN performance, Giovanni Biscuolo, 2018/12/19
[bug#33600] Trustworthiness of build farms (was Re: CDN performance), Mark H Weaver, 2018/12/20
[bug#33600] CDN performance, Marius Bakke, 2018/12/21
[bug#33600] CDN performance, Ricardo Wurmus, 2018/12/24