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
2009-02-08 06:13:46
Do you know if this reads the file from /proc? I'm preferably looking for a solution that calls a C lib.
Bob
2009-02-12 22:47:19