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 _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"