Date: Mon, 7 Jul 1997 11:10:17 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: marcs@znep.com (Marc Slemko) Cc: hackers@FreeBSD.ORG Subject: Re: figuring out size of unshared pages for a process Message-ID: <199707071810.LAA18043@phaeton.artisoft.com> In-Reply-To: <Pine.BSF.3.95.970706215854.4961O-100000@alive.znep.com> from "Marc Slemko" at Jul 6, 97 10:07:33 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> I have a large number of the same process (Apache) running. I want to > figure out how much each process takes, ignoring all shared pages. > > I don't see any option to ps to give me what I want. Am I missing > something? man ps and look at "-o" and "-O". I believe you can get the information you want by taking out the test size from the vsize. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707071810.LAA18043>