LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to show the memory usage per process (https://www.linuxquestions.org/questions/linux-general-1/how-to-show-the-memory-usage-per-process-160181/)

ty263 03-20-2004 08:33 AM

how to show the memory usage per process
 
hello all.

ps -ef don'"t display the memory use status of process.
i wonder which order and argument can show the memory use quatity of process

thanks in advance.

trickykid 03-20-2004 09:07 AM

Add the option of -u with it like:

ps -euf

man ps for more details and options, etc.

Lleb_KCir 03-20-2004 09:08 AM

use top that will show you an ongoing for both CPU time, and ram usage

vamsi_k 09-12-2008 06:36 AM

List processes by mem usage
 
command : ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS ( List processes by mem usage )


All times are GMT -5. The time now is 04:55 AM.