Operating System - Linux
1827811 Members
1870 Online
109969 Solutions
New Discussion

To find out process used more memory

 
mw_4
Frequent Advisor

To find out process used more memory

Hi all.
I have redhat 7.1
[root@web log]# uname -r
2.4.3-12smp box in my office
then..
can I ask you sth..
I wonder if i can find out how much memory used process current time in Real time..

top would display
some data but i post result of top that i ran

but total mem about 2Gb,
current mem used 1.95Gb
free 102Mb
cpu idles are free 100%, but
memory is overload..
how can I pick it up the process that used most memory in real time..
any good hlep or tips or advice is fine
thank you all
Step by step
2 REPLIES 2
U.SivaKumar_2
Honored Contributor

Re: To find out process used more memory

Hi,

In the output of top command can you see the SIZE fiels ANd %memory field against every process running ?

regards,

U.SivaKumar
Innovations are made when conventions are broken
Pal Szabo_1
Valued Contributor

Re: To find out process used more memory

Hi!

But, if you don't find the right information in the top
output, you should use the
ps -ax utility, which
will show a snapshot of the memory usage.

Regards:
Paul