Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2009 09:50:42 -0500
From:      Ken Smith <kensmith@cse.Buffalo.EDU>
To:        ben wilber <ben@desync.com>
Cc:        freebsd-hubs@freebsd.org, Garance A Drosihn <drosih@rpi.edu>
Subject:   Re: cvsup7.us.freebsd.org disabled
Message-ID:  <1232635842.73595.20.camel@bauer.cse.buffalo.edu>
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> <p0624080bc597210a60c3@[128.113.24.47]> <20090117070216.GA15482@exodus.desync.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-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--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1232635842.73595.20.camel>