views:

196

answers:

1

Is there a way to determine the unshared memory size of a process on SunOS? Specifically the size of a child httpd process running under mod_perl if that helps.

A: 

Try pmap -x - see Solaris Internals: Process Memory Map: pmap -x for an example and details.

alanc
Do you know if this reads the file from /proc? I'm preferably looking for a solution that calls a C lib.
Bob