linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Calculation of private memory of processes for estimation of RAM  in big  server
@ 2001-06-11 10:30 Miquel Colom Piza
  0 siblings, 0 replies; only message in thread
From: Miquel Colom Piza @ 2001-06-11 10:30 UTC (permalink / raw)
  To: linux-kernel

I would like to know how to calculate the amount of private memory (i.e.
memory used only by that process) so I can estimate the total amount of
RAM I have to put in a heavy loaded server.

In Sun Solaris I use a tool called pmap that gives me a resume of the
private and shared memory and the size image of each process. This pmap
utility uses the /proc filesystem to obtain the information.

In Linux I've used ps axl and I think that the RSS column is the right
one, but I'm not sure. Also I've look at the file
/proc/<PID_OF_PROCESS>/status that has, for example,  these lines:

VmSize:     1144 kB
VmLck:         0 kB
VmRSS:        52 kB
VmData:       28 kB
VmStk:         8 kB
VmExe:        56 kB
VmLib:      1024 kB

But again I'm not sure which one of these numbers is the one to look at.
Could please
any VM guru help with this?

Please CC me because I'm not subscribed to the list

Best regards

Miquel Colom


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-11 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-11 10:30 Calculation of private memory of processes for estimation of RAM in big server Miquel Colom Piza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).