From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16863 invoked by alias); 28 Mar 2002 10:01:09 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16825 invoked from network); 28 Mar 2002 10:01:02 -0000 Received: from unknown (HELO sj1-3-4-16.securesites.net) (192.220.127.209) by sources.redhat.com with SMTP; 28 Mar 2002 10:01:02 -0000 Received: (qmail 31789 invoked by uid 19025); 28 Mar 2002 10:01:02 -0000 Date: Thu, 28 Mar 2002 02:01:00 -0000 From: Jason Molenda To: Gerald Pfeifer Cc: overseers@gcc.gnu.org, Zack Weinberg , "Kaveh R. Ghazi" , gcc@gcc.gnu.org, gdb@sources.redhat.com, jimb@redhat.com, rth@redhat.com Subject: Re: gcc development schedule [Re: sharing libcpp between GDB and GCC] Message-ID: <20020328020102.A31507@molenda.com> References: <20020328034552.GB23767@codesourcery.com> <20020328015346.A27639@molenda.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020328015346.A27639@molenda.com>; from jason-swarelist@molenda.com on Thu, Mar 28, 2002 at 01:53:46AM -0800 X-SW-Source: 2002-03/txt/msg00294.txt.bz2 On Thu, Mar 28, 2002 at 01:53:46AM -0800, Jason Molenda wrote: > None that I know of. cvs logging bites. We do track the # of > bytes being sent/received from different hosts and the frequency > with which hosts connect. The host that downloaded the most number > of bytes last week by anoncvs? A purdue.edu site. Two redhat.com > and one suse.de sites make the top six; an IP# and a cable modem > (rogers.com) finish out the top six. Not very useful without some > idea what repository or what sorts of operations we're talking > about. Ahem, this is how it looks when sorted by connections, but it's rather different when sorted by bytes downloaded. For last week, it looks more like this: 698 358 959 cwi.nl 523 131 718 cpe.net.cable.rogers.com 316 859 474 dsl.snfc21.pacbell.net 302 256 065 sympatico.ca 220 184 438 austin.ibm.com 208 933 189 redhat.com 175 256 836 mypointsinc.com 144 845 712 dip.t-dialin.net The first field is bytes transferred over the week; the second is the domains for these sites. It's easy to think these sites are doing something Evil, but chances are they're just doing some automated cvs updates on multiple repositories once or twice a day, or they had a single big checkout of gcc/src and a periodic cvs update or what have you. Don't read too much into it without looking closer - I'm just providing an example of what we do track and what we can report. Jason