Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top