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 ?
srv-datax:~# free -m
total used free shared buffers cached
Mem: 2015 1476 539 0 0 70
-/+ buffers/cache: 1405 609
Swap: 486 0 486