1752782 Members
5863 Online
108789 Solutions
New Discussion юеВ

Re: process eats memory

 
kemo
Trusted Contributor

process eats memory

hello
any tool to show what process(s) "actually" eats the memory?

thanks
4 REPLIES 4
rariasn
Honored Contributor

Re: process eats memory

Hi:

UNIX95=1 ps -e -o sz,vsz,pid,args | sort -rn | head -40

rgs,

kemo
Trusted Contributor

Re: process eats memory

hpux v3

ps: illegal option -- o
kemo
Trusted Contributor

Re: process eats memory

yes, i got it

thanks
kemo
Trusted Contributor

Re: process eats memory

thank you