just fyi don't use vmtune on 5.2 it is just a link to run other programs, if you 'fall back' to old standards you lose a LOT of config options. look up
vmo
ioo
svmon -P pid gives you a complete breakdown of the memory usage.
You should be interested only by the "work" segments because the persistant segs do not require space on the paging space (because they are files in filesystem).
So you can do a "svmon -p `ps -ef|awk '{print $2}'` > output.out
Then you can elaborate this output.out
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.