Operating System - HP-UX
1834418 Members
1958 Online
110067 Solutions
New Discussion

Re: increasing of swap usage

 
kholikt
Super Advisor

increasing of swap usage

I have noticed my swap utilization is getting higher and higher every hour. I suspect there are some application having memory leak. Is there any way I can find out the virtual memory size for each process.
abc
1 REPLY 1
Joseph Loo
Honored Contributor

Re: increasing of swap usage

hi,

try this:

# UNIX95= ps -e -o ruser,vsz,sz,pid,args|more

vsz is the virtual memory size. man ps for more info and sz is above 4 times less of vsz.

regards
what you do not see does not mean you should not believe