From owner-freebsd-questions@FreeBSD.ORG Wed Aug 9 08:22:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493D016A505 for ; Wed, 9 Aug 2006 08:22:41 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10DD43D5A for ; Wed, 9 Aug 2006 08:22:36 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so85288nfe for ; Wed, 09 Aug 2006 01:22:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references; b=gxYZetYiknJS66olYaCrDO+nupBz2XHDo0XJJs/raW6RQ/ffUAaLU7BbiscBRaAX7Km3q7FgoZIqPE7TNTDXKg+5ztyFVNjcfba58CfHGcyOYnHMZJ6oGgYmx2IWjII9hVnCayTvJsNmeT35vLs66KZXxDr78KP+VaFaneUSWVw= Received: by 10.78.164.13 with SMTP id m13mr211705hue; Wed, 09 Aug 2006 01:22:16 -0700 (PDT) Received: by 10.78.176.8 with HTTP; Wed, 9 Aug 2006 01:22:16 -0700 (PDT) Message-ID: Date: Wed, 9 Aug 2006 16:22:16 +0800 From: "jan gestre" Cc: freebsd-questions@freebsd.org In-Reply-To: <44D91AC4.2030603@makeworld.com> MIME-Version: 1.0 References: <20060807003815.C7522@ganymede.hub.org> <44D91AC4.2030603@makeworld.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: BSDstats Project v2.0 ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 08:22:41 -0000 On 8/9/06, Chris wrote: > > Nikolas Britton wrote: > > On 8/6/06, Marc G. Fournier wrote: > >> > >> I've now committed v2.0 of the 300.statistics periodic script ... this > >> one > >> adds the device reporting that we'd talked about previously, and the > >> summary reports now reflect the driver(s) in use for those deciding to > >> report ... > >> > >> This Phase of the script is optional, and not enabled by default ... I > >> can't think of any reason why you wouldn't want to report it, but just > in > >> case someone feels it poses a problem, its an opt-in report ... > >> > >> pkg-message updated to reflect the extra line you need to add to > >> /etc/periodic.conf: > >> > >> monthly_statistics_report_devices=yes > >> > >> I've written it to report driver + chip= information from pciconf -l, > >> since even pciconf -lv doesn't seem to use card= ... the summary report > >> will be extended next to show both vendor and chip statistics ... > >> > >> Let me know of any problems ... > >> > > > > This line is wrong: > > hptmv (1) Marvell Semiconductor (Was: Galileo Technology > > Ltd) MV88SX5081 8-port SATA PCI-X Controller 1 > > > > Also why not track the ones with no driver attached... you should > > still be able to tell what the device is. > > > > > > How about some uptime stats as well? > > i don't see my tiny poor country philippines in the list? i already run /usr/local/etc/periodic/monthly/300.statistics btw is the syntax correct? monthly_statistics_enable=yes monthly_statistics_report_devices=yes or should the yes be "YES" ?