1835374 Members
3485 Online
110078 Solutions
New Discussion

Show memory consumption

 
SOLVED
Go to solution
Ed Hon
Regular Advisor

Show memory consumption

Glance shows memory usage at 95%. How do I see what processes are using up the memory. Thanks.
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: Show memory consumption

Hi, Ed:

Several suggestions appear in this thread.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x4ed9f841489fd4118fef0090279cd0f9,00.html

The most elegant is Bill Hassell's use of the UNIX95 option with the 'ps' command:

UNIX95= ps -e -o "user,vsz,pid,ppid,arg" | sort -rnk2 | more

...JRF...
James R. Ferguson
Acclaimed Contributor

Re: Show memory consumption

Hi, Ed [...don't know if this posted...]:

Several suggestions appear in this thread.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x4ed9f841489fd4118fef0090279cd0f9,00.html

The most elegant is Bill Hassell's use of the UNIX95 option with the 'ps' command:

UNIX95= ps -e -o "user,vsz,pid,ppid,arg" | sort -rnk2 | more

...JRF...

Re: Show memory consumption

Hi,

You can use the following to see memory usage etc.
login as root.

# top