cvsup7.us.freebsd.org disabled
Ken Smith
kensmith at cse.Buffalo.EDU
Thu Jan 22 07:12:23 PST 2009
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?
>
> In our case, not very. I don't think load is very evenly distributed.
>
> http://cvsup5.us.freebsd.org/cvsup_stats.svg
>
> bw.
> _______________________________________________
> freebsd-hubs at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hubs
> To unsubscribe, send any mail to "freebsd-hubs-unsubscribe at 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 = (/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.
--
Ken Smith
- From there to here, from here to | kensmith at cse.buffalo.edu
there, funny things are everywhere. |
- Theodore Geisel |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-hubs/attachments/20090122/29110fe1/attachment.pgp
More information about the freebsd-hubs
mailing list