How to measure solaris process memory usage?
Posted
by tkadlubo
on Server Fault
See other posts from Server Fault
or by tkadlubo
Published on 2009-10-16T12:32:24Z
Indexed on
2010/05/31
11:13 UTC
Read the original article
Hit count: 204
Hello,
How to check how much memory a solaris process consumes? I'd like both total address space allocated and the amount that is resident in RAM.
I tried summing pmap output with some awk script, but it was an ugly hack. Is there a better way to script it?
© Server Fault or respective owner