List for cgit developers and users
 help / color / mirror / Atom feed
From: lekensteyn at gmail.com (Peter Wu)
Subject: New Infrastructure: Mostly Complete
Date: Thu, 25 Apr 2013 17:56:36 +0200	[thread overview]
Message-ID: <6510654.j4LWdo54bM@al> (raw)
In-Reply-To: <CAHmME9rWO032Pf21U=Zvk06CrgpV-aQHmv_D5FzV3kx3e50bRg@mail.gmail.com>

Hi,

On Wednesday 24 April 2013 00:59:17 Jason A. Donenfeld wrote:
> Our home has moved to some shiny new multi-core hardware in a
> highspeed datacenter. Expect less downtime on git.zx2c4.com, as well
> as proper git:// access to the repositories.
> 
> zx2c4 at thinkpad ~ $ git clone git://git.zx2c4.com/cgit
> Cloning into 'cgit'...
> remote: Counting objects: 4412, done.
> remote: Compressing objects: 100% (1552/1552), done.
> remote: Total 4412 (delta 3180), reused 3923 (delta 2852)
> Receiving objects: 100% (4412/4412), 771.26 KiB | 661 KiB/s, done.
> Resolving deltas: 100% (3180/3180), done.
> 
> The URL is the same as always: http://git.zx2c4.com/cgit and
> http://git.zx2c4.com/cgit/about .
> 
>  Let me know if you encounter any growing pains.

HTTP throws Bad Gateway and the git protocol is very slow. Counting objects 
shows up after five seconds and does not fly as with the kernel git repo or my 
personal one. The compressing objects stage advances with 4 kbit/s according 
to vnstat.

Some information that may help you:

$ host git.zx2c4.com
git.zx2c4.com is an alias for krantz.zx2c4.com.
krantz.zx2c4.com has address 192.95.5.69
krantz.zx2c4.com has IPv6 address 2607:5300:60:6b0::c05f:54

$ git clone git://git.zx2c4.com/cgit
Cloning into 'cgit'...
remote: Counting objects: 4419, done.
remote: Compressing objects: 100% (1559/1559), done.
remote: Total 4419 (delta 3181), reused 3922 (delta 2851)
Receiving objects: 100% (4419/4419), 784.10 KiB | 73 KiB/s, done.
Resolving deltas: 100% (3181/3181), done.

$ time git clone git://192.95.5.69/cgit 
Cloning into 'cgit'...
remote: Counting objects: 4419, done.
remote: Compressing objects: 100% (1559/1559), done.
remote: Total 4419 (delta 3181), reused 3922 (delta 2851)
Receiving objects: 100% (4419/4419), 784.10 KiB | 91 KiB/s, done.
Resolving deltas: 100% (3181/3181), done.

real    1m40.357s
user    0m0.124s
sys     0m0.156s

$ time git clone git://[2607:5300:60:6b0::c05f:545]/cgit                                                                                                                                                           
Cloning into 'cgit'...                                                                                                                                                                                                           
remote: Counting objects: 4419, done.
remote: Compressing objects: 100% (1559/1559), done.
remote: Total 4419 (delta 3181), reused 3922 (delta 2851)
Receiving objects: 100% (4419/4419), 784.10 KiB | 67 KiB/s, done.                                                                                                                                                                
Resolving deltas: 100% (3181/3181), done.                                                                                                                                                                                        
                                                                                                                                                                                                                                 
real    1m20.684s                                                                                                                                                                                                                
user    0m0.120s                                                                                                                                                                                                                 
sys     0m0.164s 

This is from the Netherlands.

Thanks,
Peter




  parent reply	other threads:[~2013-04-25 15:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23 22:59 Jason
2013-04-24  6:25 ` mailings
2013-04-24 15:12   ` mailings
2013-04-24  7:10 ` normalperson
2013-04-24  8:12   ` lekensteyn
2013-04-25 15:56 ` lekensteyn [this message]
2013-04-25 17:08   ` Jason
2013-04-25 17:15     ` Jason
2013-04-25 17:40     ` lekensteyn

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=6510654.j4LWdo54bM@al \
    --to=cgit@lists.zx2c4.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).