From owner-freebsd-hubs Sun Apr 6 04:35:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA17526 for hubs-outgoing; Sun, 6 Apr 1997 04:35:36 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA17521 for ; Sun, 6 Apr 1997 04:35:33 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id EAA01787 for ; Sun, 6 Apr 1997 04:35:32 -0700 (PDT) To: hubs@freebsd.org Subject: stats?? *whine* :-} Date: Sun, 06 Apr 1997 04:35:32 -0700 Message-ID: <1783.860326532@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well, I certainly hoped that at least *one* major hub would start sending back stats. C'mon, guys - aren't you as curious as I am to know what the combined world-wide download count of FreeBSD is? :-) Jordan From owner-freebsd-hubs Sun Apr 6 05:14:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA18655 for hubs-outgoing; Sun, 6 Apr 1997 05:14:00 -0700 (PDT) Received: from ns.uninet.ee (ns.uninet.ee [194.204.0.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA18627 for ; Sun, 6 Apr 1997 05:13:14 -0700 (PDT) Received: from localhost (taavi@localhost) by ns.uninet.ee (8.8.4/8.7.3) with SMTP id PAA18371; Sun, 6 Apr 1997 15:12:25 +0300 (EET DST) Date: Sun, 6 Apr 1997 15:12:24 +0300 (EET DST) From: Taavi Talvik To: "Jordan K. Hubbard" cc: hubs@FreeBSD.ORG Subject: Re: stats?? *whine* :-} In-Reply-To: <1783.860326532@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hubs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 6 Apr 1997, Jordan K. Hubbard wrote: > Well, I certainly hoped that at least *one* major hub would start > sending back stats. C'mon, guys - aren't you as curious as I am > to know what the combined world-wide download count of FreeBSD is? :-) Dou you have any scripts which extract relevant statistics and send them in uniform way? Sorry, if this is asked before, i started to read hibs mailing list quite recently... best regards, taavi From owner-freebsd-hubs Sun Apr 6 05:42:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA19600 for hubs-outgoing; Sun, 6 Apr 1997 05:42:21 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA19595 for ; Sun, 6 Apr 1997 05:42:15 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id FAA02036; Sun, 6 Apr 1997 05:39:30 -0700 (PDT) To: Taavi Talvik cc: hubs@FreeBSD.ORG Subject: Re: stats?? *whine* :-} In-reply-to: Your message of "Sun, 06 Apr 1997 15:12:24 +0300." Date: Sun, 06 Apr 1997 05:39:30 -0700 Message-ID: <2032.860330370@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hubs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Dou you have any scripts which extract relevant statistics and send them > in uniform way? Well, assuming that you have a reasonably standard FTP log record, e.g. lines like this: Sun Apr 6 10:04:57 1997 1 megillah.demos.su 4606 /.16/FreeBSD/FreeBSD-stable/src/libexec/getty/init.c b _ o a root@megillah.demos.su Then this will generate a daily download summary: #!/bin/sh if [ $? -lt 1 ]; then file=/var/log/xferlog.day else file=$1 fi date=`ls -l $file | awk '{print $6 " " $7 " " $8}'` echo "FreeBSD downloads over last 24 hours (up to $date) from `uname -n`:" awk '/XXXsomeplaceXXX\/FreeBSD\/.*\/bin\/bin.aa/ { files[$9]++; } END { for (i in files) printf("\t%s\t%4d copies.\n", i, files[i]); }' $file | sed -e 's;/XXXsomeplaceXXX/FreeBSD/\(.*\)/bin/bin.aa;\1;' Where "XXXsomeplaceXXX" is the root of your full path to the FreeBSD directory. Feel free to use this as a template - it's what I'm using right now to send ftp.freebsd.org's stats to freebsd-stats@freebsd.org Jordan From owner-freebsd-hubs Sun Apr 6 09:44:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA11414 for hubs-outgoing; Sun, 6 Apr 1997 09:44:48 -0700 (PDT) Received: from alpha.risc.org (taob@trt-on23-04.netcom.ca [207.181.99.68]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA11387; Sun, 6 Apr 1997 09:44:29 -0700 (PDT) Received: from localhost (taob@localhost) by alpha.risc.org (8.8.4/8.8.4) with SMTP id MAA13884; Sun, 6 Apr 1997 12:44:16 -0400 (EDT) Date: Sun, 6 Apr 1997 12:44:16 -0400 (EDT) From: Brian Tao To: FREEBSD-HUBS-L , FREEBSD-CHAT-L Subject: Who is responsible for /pub/FreeBSD/incoming ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I noticed there is a *lot* of junk in the incoming directory. Just a quick scan of my mirror suggests that the following files should probably not be given the privilege of residing within the FreeBSD distribution tree. :) Is there any reason why files older than, say, 6 months need to be kept around? Zero-length or incomplete files should be deleted as well (I found a bunch of truncated tar files). The .tgz files with a timestamp of Dec 19 21:14 and onwards appear to be Debian Linux packages (.deb files). Surely those don't belong in here? :) -r--r--r-- 1 root root 0 Jan 16 16:39 3DDUKE13.ZIP -r--r--r-- 1 root root 5910927 Jan 9 12:55 3dduke13.zip -r--r--r-- 1 root root 920674 Jan 25 19:16 AlienSkin.zip -r--r--r-- 1 root root 772210 Nov 27 21:02 CHIP1.EXE -r--r--r-- 1 root root 92870 Jan 16 09:41 COMMAND.COM -r--r--r-- 1 root root 45492 Jan 16 09:37 DRVSPACE.BIN -r--r--r-- 1 root root 71287 Jan 16 09:39 DRVSPACE1.BIN -r--r--r-- 1 root root 59128 Jan 16 09:32 FDISK.EXE -r--r--r-- 1 root root 40135 Jan 16 09:32 FORMAT.COM -r--r--r-- 1 root root 2151028 Feb 21 01:09 GitS-Track01-MakingOfCyborg.mp2 -r--r--r-- 1 root root 223148 Jan 16 09:31 IO.SYS -r--r--r-- 1 root root 25473 Jan 16 09:29 MSCDEX.EXE -r--r--r-- 1 root root 9 Jan 16 09:29 MSDOS.SYS -r--r--r-- 1 root root 80614 Mar 24 20:57 TEST3A.MP3 -r--r--r-- 1 root root 3139 Jul 29 1996 afterstep-0.98b18.tar.gz -r--r--r-- 1 root root 4524 Mar 22 1996 amanda-2.2.6.5.tar.gz -r--r--r-- 1 root root 1778 Feb 22 06:38 angband-2.8.0-port.tar.gz -r--r--r-- 1 root root 934912 Mar 4 21:40 bottomline.mp3 -r--r--r-- 1 root root 12937073 Mar 6 23:25 crosstree-1.2p1.tar.gz -r--r--r-- 1 root root 782587 Dec 19 21:14 devel.tgz -r--r--r-- 1 root root 48727969 Dec 19 21:24 devel1.tgz -r--r--r-- 1 root root 270577 Dec 19 21:14 doc.tgz -r--r--r-- 1 root root 11785677 Dec 19 21:15 editors.tgz -r--r--r-- 1 root root 389616 Dec 19 21:15 electron.tgz -r--r--r-- 1 root root 9251039 Dec 19 21:15 games.tgz -r--r--r-- 1 root root 6228156 Dec 19 21:16 graphics.tgz -r--r--r-- 1 root root 1442145 Apr 10 1996 kaffe-0.3-port.tgz -r--r--r-- 1 root root 49 Aug 2 1996 kaffe-0.5p2.README -r--r--r-- 1 root root 206802 Aug 2 1996 kaffe-0.5p2.tgz -r--r--r-- 1 root root 4136 Nov 23 13:29 kaffe.0.6.0.tar.gz -r--r--r-- 1 root root 4273 Jan 7 04:17 kaffe.0.7.0-port.tar.gz -r--r--r-- 1 root root 4423 Jan 23 15:58 kaffe.0.71.port.tgz -r--r--r-- 1 root root 2906 Feb 15 17:36 kaffe0.80.tar.gz -r--r--r-- 1 root root 1086589 Jan 16 10:50 kernel -r--r--r-- 1 root root 1156532 Jan 25 19:31 kptgoo.zip -r--r--r-- 1 root root 4422965 Dec 19 21:17 mail.tgz -r--r--r-- 1 root root 4615815 Dec 19 21:18 math.tgz -r--r--r-- 1 root root 5977508 Dec 19 21:18 misc.tgz -r--r--r-- 1 root root 8747303 Dec 19 21:18 net.tgz -r--r--r-- 1 root root 1946567 Dec 19 21:19 news.tgz -r--r--r-- 1 root root 728820 Mar 23 1996 pine-3.92.tgz -r--r--r-- 1 root root 14363 Jun 15 1996 pine-3.94.tar.gz -r--r--r-- 1 root root 11 Jan 28 07:56 pleasedeleteme -r--r--r-- 1 root root 0 Dec 19 10:48 put -r--r--r-- 1 root root 1562951 Dec 19 21:19 shells.tgz -r--r--r-- 1 root root 16087040 Mar 15 04:45 si.tar -r--r--r-- 1 root root 1401 Apr 5 1996 socks5-beta-0.12.tar.gz -r--r--r-- 1 root root 1263 Apr 5 1996 socks5.tar.gz -r--r--r-- 1 root root 975061 Dec 19 21:19 sound.tgz -r--r--r-- 1 root root 787762 Jul 6 1996 stronghold-1.2.tgz -r--r--r-- 1 root root 5687431 Dec 19 21:20 tex.tgz -r--r--r-- 1 root root 7324834 Dec 19 21:20 text.tgz -r--r--r-- 1 root root 0 Dec 19 10:44 tk-4.1p1.tar.gz -r--r--r-- 1 root root 3084 Feb 18 1996 underg.ans -r--r--r-- 1 root root 22174500 Dec 19 21:21 x11.tgz -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-hubs Mon Apr 7 07:52:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA16666 for hubs-outgoing; Mon, 7 Apr 1997 07:52:18 -0700 (PDT) Received: from kremvax.demos.su (kremvax.demos.su [194.87.0.20]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA16624; Mon, 7 Apr 1997 07:51:31 -0700 (PDT) Received: by kremvax.demos.su (8.6.13/D) from 0@skraldespand.demos.su [194.87.0.19] with ESMTP id RAA29162; Mon, 7 Apr 1997 17:50:39 +0300 Received: by skraldespand.demos.su id SAA09684; (8.8.5/D) Mon, 7 Apr 1997 18:51:34 +0400 (MSD) From: mishania@skraldespand.demos.su (Mikhail A. Sokolov) Message-Id: <199704071451.SAA09684@skraldespand.demos.su> Subject: stats? here we go In-Reply-To: <199704071419.SAA08284@megillah.demos.su> from "Mikhail A. Sokolov" at "Apr 7, 97 06:19:06 pm" X-ELM-OSV: (Our standard violations) no-mime=1; no-hdr-encoding=1 To: hubs@freebsd.org Date: Mon, 7 Apr 1997 18:51:34 +0400 (MSD) Cc: jkh@freebsd.org, bag@demos.su, ivt@gamma.ru Reply-To: mishania@demos.su Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk X-elm-OSV-sucks. X-Mailer: ELM [version 2.4ME+ PL31 (25)] Content-Type: text Content-Length: 2061 Re to whinings ;-) Since we have wu-ftpd (still ;() on ftp.ru.freebsd.org, it's easy for me to extract those figures. Still, it's not the worse idea to unify stats and collect those somewhere. Here we go, - ftp.ru{freebsd.org} has transmitted ~460Gb of stuff during March, and to summurize, FreeBSD is on the second place with 78Gb traffic, whereis MS shit is 120Gb. (Pardon my language, just take a look how many IE's have been fetched below :-((). Also, there's games on the first place, - this machine is ftp.gamesdomain.ru. Now, we have : 1) Games, 123Gb, 2) FreeBSD, 78Gb, 3) MSIE (3.0, eek.), 73Gb. Since it's .ru site, it's 25% of visitors are under .ru, ~16% - .com, all the rest are ~2-3, plus .net has 13%. Also, add proxy.dol.ru, which I administer also, which gives ~100M/day of freebsd traffic. I think I am not the only one who will be interested in having at least monthly stats shown somewhere. Btw, I think we could also steal the idea news-people have, - something like top 1000 sites transferring stuff ;-) -mishania There're lies and there're big lies - stats ;-) > TOTALS FOR SUMMARY PERIOD Wed Mar 1 1997 TO Tue Mar 31 1997 > Files Transmitted During Summary Period 1786019 > Bytes Transmitted During Summary Period 461977568698 > Systems Using Archives 0 > Average Files Transmitted Daily 11304 > Average Bytes Transmitted Daily 2923908663 > > ---- Percent Of ---- > Archive Section Files Sent Bytes Sent Files Sent Bytes Sent > ------------------------- ---------- ----------- ---------- ---------- > /.2/gamesdomain/demos 39012 12321513254 2.18 26.67 > /.4/unix/FreeBSD 577415 78171980433 32.33 16.92 > /.5/ms/ieinstall 22377 73672274051 1.25 15.95 > > These figures only reflect ANONYMOUS FTP transfers. There are many > sites which mount the archives via NFS, and those transfers are not > logged and reported by this program. > From owner-freebsd-hubs Mon Apr 7 08:37:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA18746 for hubs-outgoing; Mon, 7 Apr 1997 08:37:31 -0700 (PDT) Received: (from jmb@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA18734; Mon, 7 Apr 1997 08:37:11 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199704071537.IAA18734@freefall.freebsd.org> Subject: Re: stats? here we go To: mishania@demos.su Date: Mon, 7 Apr 1997 08:37:11 -0700 (PDT) Cc: hubs@freebsd.org, jkh@freebsd.org, bag@demos.su, ivt@gamma.ru In-Reply-To: <199704071451.SAA09684@skraldespand.demos.su> from "Mikhail A. Sokolov" at Apr 7, 97 06:51:34 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mikhail A. Sokolov wrote: > > I think I am not the only one who will be interested in having at least monthly > stats shown somewhere. Btw, I think we could also steal the idea news-people > have, - something like top 1000 sites transferring stuff ;-) > cool, this can be done. regular stats updates ;) it will be much easier with a regular format based upon the various FreeBSD distributions how about: 3.0-970209-SNAP 14 2.1.7.1-RELEASE 40 2.2.1-RELEASE 214 these number can be mailed to freebsd-stats@freefall.freebsd.org the date will be taken from the mail header (UTC) i have offerred to write the script and do the graphing for an auto-update web page. jmb > > -mishania > > There're lies and there're big lies - stats ;-) > > > > TOTALS FOR SUMMARY PERIOD Wed Mar 1 1997 TO Tue Mar 31 1997 > > Files Transmitted During Summary Period 1786019 > > Bytes Transmitted During Summary Period 461977568698 > > Systems Using Archives 0 > > Average Files Transmitted Daily 11304 > > Average Bytes Transmitted Daily 2923908663 > > > > ---- Percent Of ---- > > Archive Section Files Sent Bytes Sent Files Sent Bytes Sent > > ------------------------- ---------- ----------- ---------- ---------- > > /.2/gamesdomain/demos 39012 12321513254 2.18 26.67 > > /.4/unix/FreeBSD 577415 78171980433 32.33 16.92 > > /.5/ms/ieinstall 22377 73672274051 1.25 15.95 > > > > These figures only reflect ANONYMOUS FTP transfers. There are many > > sites which mount the archives via NFS, and those transfers are not > > logged and reported by this program. > > > From owner-freebsd-hubs Mon Apr 7 09:11:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA20370 for hubs-outgoing; Mon, 7 Apr 1997 09:11:14 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA20360; Mon, 7 Apr 1997 09:11:09 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id JAA02518; Mon, 7 Apr 1997 09:10:23 -0700 (PDT) To: mishania@demos.su cc: hubs@freebsd.org, jkh@freebsd.org, bag@demos.su, ivt@gamma.ru Subject: Re: stats? here we go In-reply-to: Your message of "Mon, 07 Apr 1997 18:51:34 +0400." <199704071451.SAA09684@skraldespand.demos.su> Date: Mon, 07 Apr 1997 09:10:23 -0700 Message-ID: <2514.860429423@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Re to whinings ;-) Since we have wu-ftpd (still ;() on ftp.ru.freebsd.org, it 's > easy for me to extract those figures. Still, it's not the worse idea to unify > stats and collect those somewhere. OK, well, that's supposed to be the job of freebsd-stats@freebsd.org > Here we go, - ftp.ru{freebsd.org} has transmitted ~460Gb of stuff during Marc h, > and to summurize, FreeBSD is on the second place with 78Gb traffic, whereis > MS shit is 120Gb. (Pardon my language, just take a look how many IE's have be Can you just provide the FreeBSD figures? I could care less how many copies of IE have been downloaded, personally. :-) Also, by just providing the FreeBSD figures, you make it possible to eventually send the output (once we've got it all down to a canonical format) to the stats counter and life will be good. Everyone - I really am only interested in the FreeBSD numbers. A couple of people have sent me dumps of their log output and I don't want dumps of your log output since I *don't care* about any of the other statistics, only FreeBSD! :-) Thanks! Jordan From owner-freebsd-hubs Mon Apr 7 09:13:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA20561 for hubs-outgoing; Mon, 7 Apr 1997 09:13:48 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA20552; Mon, 7 Apr 1997 09:13:42 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id JAA02537; Mon, 7 Apr 1997 09:13:10 -0700 (PDT) To: "Jonathan M. Bresler" cc: mishania@demos.su, hubs@freebsd.org, jkh@freebsd.org, bag@demos.su, ivt@gamma.ru Subject: Re: stats? here we go In-reply-to: Your message of "Mon, 07 Apr 1997 08:37:11 PDT." <199704071537.IAA18734@freefall.freebsd.org> Date: Mon, 07 Apr 1997 09:13:10 -0700 Message-ID: <2534.860429590@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > cool, this can be done. regular stats updates ;) > it will be much easier with a regular format > based upon the various FreeBSD distributions > how about: > > 3.0-970209-SNAP 14 > 2.1.7.1-RELEASE 40 > 2.2.1-RELEASE 214 Works for me! > these number can be mailed to freebsd-stats@freefall.freebsd.org > the date will be taken from the mail header (UTC) Yep! Just like the registration counter. > i have offerred to write the script and do the graphing for > an auto-update web page. And I most graciously take you up on that offer! :-) For a look at some of the stuff we've been playing with (and you're welcome to Bob Bruce's Java charting applet :), take a look at: http://www.cdrom.com/~r3cgm/dual_day.htm Still very green and not directly applicable to what we're talking about here, but just by way of example... Jordan From owner-freebsd-hubs Mon Apr 7 09:48:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA22764 for hubs-outgoing; Mon, 7 Apr 1997 09:48:26 -0700 (PDT) Received: from kremvax.demos.su (kremvax.demos.su [194.87.0.20]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA22743 for ; Mon, 7 Apr 1997 09:48:17 -0700 (PDT) Received: by kremvax.demos.su (8.6.13/D) from 0@skraldespand.demos.su [194.87.0.19] with ESMTP id TAA00195; Mon, 7 Apr 1997 19:45:41 +0300 Received: by skraldespand.demos.su id UAA29581; (8.8.5/D) Mon, 7 Apr 1997 20:45:57 +0400 (MSD) Message-Id: <199704071645.UAA29581@skraldespand.demos.su> Subject: Re: stats? here we go In-Reply-To: <199704071537.IAA18734@freefall.freebsd.org> from "Jonathan M. Bresler" at "Apr 7, 97 08:37:11 am" X-ELM-OSV: (Our standard violations) no-mime=1; no-hdr-encoding=1 To: jmb@freefall.freebsd.org (Jonathan M. Bresler) Date: Mon, 7 Apr 1997 20:45:57 +0400 (MSD) Cc: hubs@freebsd.org From: "Mikhail A. Sokolov" X-Class: Fast Organization: Demos Company, Ltd. Reply-To: mishania@demos.su X-Mailer: ELM [version 2.4ME+ PL31 (25)] Content-Type: text Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Mikhail A. Sokolov wrote: > based upon the various FreeBSD distributions > > 3.0-970209-SNAP 14 ^^^^ What should those be? Maybe it's better to count whow much is it transfered, say, on daily basis. Definetely, each of us can just cook stats a bit lower by catalogue tree, counting each distribution separately. > the date will be taken from the mail header (UTC) > jmb > > > ---- Percent Of ---- > > > Archive Section Files Sent Bytes Sent Files Sent Bytes Sent > > > ------------------------- ---------- ----------- ---------- ---------- > > > /.4/unix/FreeBSD 577415 78171980433 32.33 16.92 Since nobody seems to care about poor harrashed MS, he're ftp.ru.freebsd.org's stats of March, 1997 ;-P -mishania From owner-freebsd-hubs Mon Apr 7 11:29:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA00532 for hubs-outgoing; Mon, 7 Apr 1997 11:29:11 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA00522 for ; Mon, 7 Apr 1997 11:29:06 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id LAA03209; Mon, 7 Apr 1997 11:28:32 -0700 (PDT) To: mishania@demos.su cc: jmb@freefall.freebsd.org (Jonathan M. Bresler), hubs@freebsd.org Subject: Re: stats? here we go In-reply-to: Your message of "Mon, 07 Apr 1997 20:45:57 +0400." <199704071645.UAA29581@skraldespand.demos.su> Date: Mon, 07 Apr 1997 11:28:32 -0700 Message-ID: <3205.860437712@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 3.0-970209-SNAP 14 > ^^^^ > What should those be? Maybe it's better to count whow much is it transfered, Those are the bin.aa counts. You could also count the last bin file if you wanted to be really picky, but who cares? :-) It's just a quick derivation formula anyway. The reason I'm not collecting stats on the other stuff is that it's just not too useful right now. I'm sure that later I'll want to know how many people are mirroring the CVS tree, but for now I'm more concerned with the actual release bits going out. Jordan From owner-freebsd-hubs Mon Apr 7 15:56:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20291 for hubs-outgoing; Mon, 7 Apr 1997 15:56:29 -0700 (PDT) Received: from bsd.fs.bauing.th-darmstadt.de (bsd.fs.bauing.th-darmstadt.de [130.83.63.241]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA20286 for ; Mon, 7 Apr 1997 15:56:25 -0700 (PDT) Received: from campa.panke.de (anonymous221.ppp.cs.tu-berlin.de [130.149.17.221]) by bsd.fs.bauing.th-darmstadt.de (8.8.5/8.8.5) with ESMTP id AAA29987; Tue, 8 Apr 1997 00:56:20 +0200 (MET DST) Received: (from wosch@localhost) by campa.panke.de (8.8.5/8.6.12) id XAA00655; Mon, 7 Apr 1997 23:21:52 +0200 (MET DST) Date: Mon, 7 Apr 1997 23:21:52 +0200 (MET DST) Message-Id: <199704072121.XAA00655@campa.panke.de> From: Wolfram Schneider To: "Jordan K. Hubbard" Cc: hubs@freebsd.org Subject: stats?? *whine* :-} In-Reply-To: <1783.860326532@time.cdrom.com> References: <1783.860326532@time.cdrom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hubs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: >Well, I certainly hoped that at least *one* major hub would start >sending back stats. C'mon, guys - aren't you as curious as I am >to know what the combined world-wide download count of FreeBSD is? :-) 7GB last week for ftp6.de.freebsd.org/pub/bsd. Average usage is 2GB/week. 7GB is a new record and beat msdos + linux. Wolfram