The amount of memory used by each process

Posted by tuxsmouf on Server Fault See other posts from Server Fault or by tuxsmouf
Published on 2010-05-25T13:11:44Z Indexed on 2010/05/25 13:21 UTC
Read the original article Hit count: 112

Filed under:

I have a mysql server running debian with 2GO of RAM. I would like to know the amount of memory used by each process.

I thought ps -aux was the command and options for it. But I only see 90 MO used by several processes and free -m tells me that 1400 MO are used.

Is there a way to have a better view with the processes and the memory used by them ?

© Server Fault or respective owner

Related posts about linux