Operating System - HP-UX
1752815 Members
6126 Online
108789 Solutions
New Discussion

Memory utilization percentage per process

 
TalH
Advisor

Memory utilization percentage per process

Hi,

Is there a way to get the percentage of memory utilization per process?
In Linux I can use:
ps -eo pid,time,size,pcpu,%mem,cmd
There are also commands for this in Solaris & AIX.
How can I get this info in HPUX?

Thanks,
Tal
1 REPLY 1
sangilak
Trusted Contributor

Re: Memory utilization percentage per process

Hi,


HP has an "internal" tool, it is called 'kmeminfo'. If you have a support contract with HP you can open a case and request the tool (it will be unsupported).

There are also various threads on ITRC that talk about using standard HP-UX commands to achieve the same, below is one of them:
http://h30499.www3.hp.com/t5/System-Administration/Memory-usage-per-process/m-p/2933773#M112138


sangilak