Operating System - HP-UX
1833802 Members
2186 Online
110063 Solutions
New Discussion

How can i monitoring memory

 
SOLVED
Go to solution
ANDRE David
Occasional Advisor

How can i monitoring memory

Hi,

I would like monitoring the memory of system by process.
How can i know the memory consuming by process?
I have a graphical monitoring ( with Glance plus in sam ), but the display is a global usage of memory.

Thanks.
3 REPLIES 3
Alex Glennie
Honored Contributor
Solution

Re: How can i monitoring memory

Please take a look at KBRC00011764 "How to account for memory usage on an HP-UX system"

it details a suite of tools which HP customers can download namely shminfo,kmeminfo and procsize which would be of use here ....

unfortuantly I cannot post this document.
Stefan Farrelly
Honored Contributor

Re: How can i monitoring memory

There is a simple command which roughly shows memory usage per process - highest first (but it doesnt show shared memory usage);

UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1 | more
Im from Palmerston North, New Zealand, but somehow ended up in London...
Rainer von Bongartz
Honored Contributor

Re: How can i monitoring memory


Here is the link to the doc mentioned by Alex

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067131106

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...