From owner-freebsd-hubs@FreeBSD.ORG Thu Jan 22 15:12:23 2009 Return-Path: Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16721106566B for ; Thu, 22 Jan 2009 15:12:23 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from phoebe.cse.buffalo.edu (phoebe.cse.Buffalo.EDU [128.205.32.89]) by mx1.freebsd.org (Postfix) with ESMTP id C8FA58FC08 for ; Thu, 22 Jan 2009 15:12:22 +0000 (UTC) (envelope-from kensmith@cse.Buffalo.EDU) Received: from [128.205.32.76] (bauer.cse.buffalo.edu [128.205.32.76]) (authenticated bits=0) by phoebe.cse.buffalo.edu (8.14.1/8.13.7) with ESMTP id n0MEogc2072616 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Jan 2009 09:50:45 -0500 (EST) (envelope-from kensmith@cse.buffalo.edu) From: Ken Smith To: ben wilber In-Reply-To: <20090117070216.GA15482@exodus.desync.com> References: <49713C98.9070409@polstra.com> <4971402E.1010703@psg.com> <59adc1a0901161945j5eb8cb83j1884c690dd6c0b11@mail.gmail.com> <497162D3.9050504@psg.com> <20090117070216.GA15482@exodus.desync.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EbHdLFN9exazF2bnQUR6" Organization: U. Buffalo CSE Department Date: Thu, 22 Jan 2009 09:50:42 -0500 Message-Id: <1232635842.73595.20.camel@bauer.cse.buffalo.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-DCC-Buffalo.EDU-Metrics: phoebe.cse.buffalo.edu 1029; Body=0 Fuz1=0 Fuz2=0 X-Spam-Status: No, score=-4.0 required=5.0 tests=RCVD_IN_DNSWL_MED autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on phoebe.cse.buffalo.edu Cc: freebsd-hubs@freebsd.org, Garance A Drosihn Subject: Re: cvsup7.us.freebsd.org disabled X-BeenThere: freebsd-hubs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD Distributions Hubs: mail sup ftp" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 15:12:23 -0000 --=-EbHdLFN9exazF2bnQUR6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2009-01-17 at 02:02 -0500, ben wilber wrote: > On Sat, Jan 17, 2009 at 12:47:59AM -0500, Garance A Drosihn wrote: > > How busy are the other NA mirrors? >=20 > In our case, not very. I don't think load is very evenly distributed. >=20 > http://cvsup5.us.freebsd.org/cvsup_stats.svg >=20 > bw. > _______________________________________________ > freebsd-hubs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hubs > To unsubscribe, send any mail to "freebsd-hubs-unsubscribe@freebsd.org" Is that connects per day? Just curious... I don't have any pretty graphs but occasionally I check what my servers are seeing with this as a close approximation for how many successful connects I get per day (newsyslog.conf set up to rotate the cvsupd.log file at midnight daily): #!/bin/csh -f set path =3D (/bin /usr/bin) cd /var/log echo -n "cvsupd.log: " grep "Finished successfully" cvsupd.log | wc -l foreach i (cvsupd.log.?.bz2 cvsupd.log.??.bz2) echo -n "${i}:" cat $i | bunzip2 | grep "Finished successfully" | wc -l end I'm guessing the cvsup*.freebsd.org (TLD) servers see a LOT more than the cvsup*.*.freebsd.org (regional) ones. --=20 Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | --=-EbHdLFN9exazF2bnQUR6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkl4h8IACgkQ/G14VSmup/Z+8QCeNLyn2KCRChTSSK4RWj8PxHtr elkAn2D0uq0SWRYHdb1Piu6btgNo1cvt =XTQh -----END PGP SIGNATURE----- --=-EbHdLFN9exazF2bnQUR6--