Operating System - HP-UX
1752390 Members
6061 Online
108788 Solutions
New Discussion

hpux B11.11.31 high memory usage

 
avizen9
Esteemed Contributor

hpux B11.11.31 high memory usage

I am facing issue with hpux B11.11.31 o/s server always high memory usage. Not sure what is eating the memory this server having 32gb physical memory can someone suggest how to troubleshoot this. full point for correct session. 

4 REPLIES 4
Nighwish
Frequent Advisor

Re: hpux B11.11.31 high memory usage

Hi

 

you can use top or glance to see what process are consuming memory.

 

 

Regards

Dennis Handly
Acclaimed Contributor

Re: HP-UX 11.31 high memory usage

What is showing the high usage?  Are you having any performance problems?

Generally a high usage is a good thing, as long as you aren't swapping.

What does "swapinfo -tam" show?

Bill Hassell
Honored Contributor

Re: hpux B11.11.31 high memory usage

How do you know that it is high and not normal? Have any configurations such as databases changed recently?  As Dennis said, high memory usage (more than 95% for instance) is a good thing since memory is expensive and it serves no purpose not to be used. If memory usage is high, first sort the processes into memory usage with this command (exactly as shown):

 

    UNIX95=1 ps -e -o vsz,pid,ppid,args | sort -rn | head -20

 

The processes will be listed largest first.

 

But that isn't the only use of memory. There are shared memory segments:

 

     ipcs -bmop

 

And the buffer cache:

 

    kcusage filecache_max

 



Bill Hassell, sysadmin
Steven E. Protter
Exalted Contributor

Re: hpux B11.11.31 high memory usage

Shortcut scrip http://www.hpux.ws/system.perf.sh

 

Try it.

 

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