Date: 30 Jan 2003 12:51:45 -0700 From: James Gritton <gritton@iserver.com> To: freebsd-hackers@FreeBSD.ORG Subject: Re: What's the memory footprint of a set of processes? Message-ID: <x7wukm5sby.fsf@guppy.dmz.orem.verio.net> In-Reply-To: Matthew Dillon's message of "Thu, 30 Jan 2003 11:41:36 -0800 (PST)" References: <Pine.BSF.4.21.0301291145030.25856-100000@InterJet.elischer.org> <x7k7gnog4m.fsf@guppy.dmz.orem.verio.net> <20030130064448.GA7258@HAL9000.homeunix.com> <200301300719.h0U7JOfI086054@apollo.backplane.com> <x7znpi60hd.fsf@guppy.dmz.orem.verio.net> <200301301941.h0UJfa0e089230@apollo.backplane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Dillon <dillon@apollo.backplane.com> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?x7wukm5sby.fsf>