From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 2 11:39:32 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6AE16A4CE; Wed, 2 Feb 2005 11:39:32 +0000 (GMT) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54BC43D41; Wed, 2 Feb 2005 11:39:31 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Wed, 2 Feb 2005 12:39:30 +0100 Date: Wed, 2 Feb 2005 12:43:07 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Robert Watson In-Reply-To: Message-ID: <20050202124154.Q11339@beagle.kn.op.dlr.de> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 02 Feb 2005 11:39:30.0897 (UTC) FILETIME=[DBF52410:01C5091B] cc: freebsd-hackers@freebsd.org cc: Borja Marcos Subject: Re: Devilator - performance monitoring for FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 11:39:33 -0000 On Wed, 2 Feb 2005, Robert Watson wrote: RW> RW>On Wed, 2 Feb 2005, Borja Marcos wrote: RW> RW>> I'm not sure about the correct values in the process description RW>> to get a picture as accurate as possible of the cpu usage of different RW>> processes. I've seen that top uses p_runtime (FreeBSD 5 and FreeBSD 4), RW>> but I'm not sure if the value would be really useful. RW> RW>This is very cool. :-) How are you currently extracting the information? RW>One of the things I've wanted to do for a while is make sure all this sort RW>of thing is exposed via snmpd so that the information can be gathered RW>easily across a large number of hosts (say, 10,000). That could be a nice JUH (junior userspace hacker's) task to add a module to bsnmp. harti