Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 11:35:11 +0000 (GMT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Borja Marcos <borjamar@sarenet.es>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Devilator - performance monitoring for FreeBSD
Message-ID:  <Pine.NEB.3.96L.1050202113202.68249E-100000@fledge.watson.org>
In-Reply-To: <e0438679140bc57230ea94e07a038f0b@sarenet.es>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 2 Feb 2005, Borja Marcos wrote:

> 	I'm not sure about the correct values in the process description
> to get a picture as accurate as possible of the cpu usage of different
> processes. I've seen that top uses p_runtime (FreeBSD 5 and FreeBSD 4),
> but I'm not sure if the value would be really useful. 

This is very cool. :-)  How are you currently extracting the information? 
One of the things I've wanted to do for a while is make sure all this sort
of thing is exposed via snmpd so that the information can be gathered
easily across a large number of hosts (say, 10,000).

> 	BTW, I'm having serious issues with a machine with very big
> directories, and I've been playing with the dirhash configuration,
> setting up a very big cache. It would be useful to have some statistics
> so that I can plot the number of hits/misses to that dirhash cache, etc. 

systat contains a large number of useful statistics and monitoring pieces,
including some really useful stuff in systat -vmstat.  There's also a lot
of interesting information to be had from vmstat -z and vmstat -m in terms
of tracking system resource use.

It would be neat to have interrupt rates classified by source, so that the
regularity of clock interrupts was visible against the variation in things
like disk and network interrupts.

Robert N M Watson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1050202113202.68249E-100000>