1834089 Members
2685 Online
110063 Solutions
New Discussion

Memory Usage Spike

 
SOLVED
Go to solution
Scott Frye_1
Super Advisor

Memory Usage Spike

We just had a spike in memory usage, from 74% to 88% (usually hovers around 74%). Are there any commands that show a breakdown of what is using the memory? Especially user memory, and perhaps by process?
3 REPLIES 3
Paula J Frazer-Campbell
Honored Contributor

Re: Memory Usage Spike

Scott

Top and glance are both useful for memory usage.

Spikes occur all the time and can be the result of either the programms running or the os monitoring itself.

As long as memory in not consistantly at 100% then all is normally ok.

Paula
If you can spell SysAdmin then you is one - anon
Sridhar Bhaskarla
Honored Contributor
Solution

Re: Memory Usage Spike

Hi,

You can use the following command

UNIX95= ps -e -o "vsz ruser args" |sort -n

Note the space between = and ps.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Tim D Fulford
Honored Contributor

Re: Memory Usage Spike

ps command shows how programs use memort, "ipcs -mat" shows shared memory you will need to add these two together to get the user memory usage

Tim
-