Operating System - HP-UX
1753865 Members
7662 Online
108809 Solutions
New Discussion юеВ

Re: Command to see utilisation of memory per process.

 
SOLVED
Go to solution
Sharish
Occasional Contributor

Command to see utilisation of memory per process.

Could you please guide me with Command to see utilisation of memory per process on HP UX 11.23 . We do not have glance plus & with top unable to see this.
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Command to see utilisation of memory per process.

Shalom,

This solution will work in 11.23
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1021060

http://www.tin.org/bin/man.cgi?section=1&topic=ps

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
RAC_1
Honored Contributor

Re: Command to see utilisation of memory per process.

UNIX95= ps -C"process_name" -o pid,ppid,ruser,vsz,args

The vsz value is in KB.
There is no substitute to HARDWORK
Sharish
Occasional Contributor

Re: Command to see utilisation of memory per process.

Thank you very much