BSDstats Project: Our ultimate goal ...

Marc G. Fournier scrappy at freebsd.org
Tue Aug 8 03:54:51 UTC 2006


First off, thanks to *everyone* on this list ... those that have provided 
suggestions on both what should be included, as well as some of the coding 
that has been used (my shell scripting isn't as strong as my perl / php 
*sigh*) ... but, without people actually willing to *run* the script and 
report the information in, there would be no project ...

Although the site itself is *very* rough looking (my 4 year old daughter 
is more creative then I), I *just* put in place my personal goal for all 
of this ... what drivers are in use, and what vendors/chipsets ...

Check out:

 		http://bsdstats.hub.org/drivers.php

The header line is a bit mis-leading, as it says 'Systems' ... its not 
Systems, but # of times that driver has been used across all the systems 
... for instance, from one of my systems:

# select * from devices where id = 1;
  id | driver  | vendor | device |        report_month
----+---------+--------+--------+----------------------------
   1 | agp0    | 8086   | 2570   | 2006-08-07 03:28:22.607144
   1 | pcib1   | 8086   | 2571   | 2006-08-07 03:28:23.128248
   1 | pcib2   | 8086   | 244e   | 2006-08-07 03:28:23.554153
   1 | isab0   | 8086   | 24d0   | 2006-08-07 03:28:23.966463
   1 | atapci0 | 8086   | 24db   | 2006-08-07 03:28:24.687109
   1 | atapci1 | 8086   | 24d1   | 2006-08-07 03:28:25.096418
   1 | pcm0    | 8086   | 24d5   | 2006-08-07 03:28:25.563785
   1 | nvidia0 | 10de   | 0322   | 2006-08-07 03:28:26.21311
   1 | fxp0    | 8086   | 1229   | 2006-08-07 03:28:26.722562
(9 rows)

the pcib driver is used twice, as is the atapci driver ... again, wording 
could be improved ... so the count is # of devices using that driver ...

The information used to generate drivers.php is the same as used by 
pciconf -v, namely from:

 	http://members.datafast.net.au/dft0802/downloads/pcidevs.txt

Does anyone know how often that list get updated, by chance?

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . scrappy at hub.org                              MSN . scrappy at hub.org
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664


More information about the freebsd-questions mailing list