Matthew Dillon <[EMAIL PROTECTED]> writes: > Then you simply group all the processes which share VM > objects together and report statistics on a group-by-group basis > rather then on a process-by-process basis. You won't know what an > individual process uses but you know exactly what the group of > processes use in aggregate.
Yes, that sounds good. I've got a jail-like setup, so the process groups I'm interested in should be nearly identical to those sharing objects. I don't need to know individual process usage, so this seems to be just what I'm looking for. Now on to some actual coding :-). - Jamie To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

