LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   process memory consumption (https://www.linuxquestions.org/questions/linux-general-1/process-memory-consumption-361539/)

ilnli 09-08-2005 04:52 PM

process memory consumption
 
from which command we can know that which process is eating how much of memory not in percentage but exactly in figures (kb,mb) cause ps command show in percentage

Matir 09-08-2005 05:00 PM

Look in /proc/PID/status. VMSize is the total mapped virtual memory. Generally, you should subtract VMLibs (library size) from this to find out how much memory it has consumed by itself. And in the future, please try to use complete single sentences... it makes it much easier for us to understand your questions.

Tinkster 09-08-2005 05:31 PM

ps -A u
Look at VSZ

pmap



Cheers,
Tink

Matir 09-08-2005 05:52 PM

Or that. Nice call, tink.

JCipriani 09-08-2005 07:13 PM

Or "top", check out this thread.


All times are GMT -5. The time now is 07:47 PM.