LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   processes in RAM memory.... (https://www.linuxquestions.org/questions/linux-newbie-8/processes-in-ram-memory-4175419729/)

prashant_ragi 08-01-2012 05:48 AM

processes in RAM memory....
 
How to find the how many number of processes are currently running in RAM memory.....???

segmentation_fault 08-01-2012 05:56 AM

Code:

$ top
Unless you want the processes that are not swapped. I don't know if/how you can get that.

*K*F*7*P*C*L* 08-02-2012 12:03 AM

Code:

top
or
Code:

ps -a
in a terminal.


All times are GMT -5. The time now is 02:38 PM.