LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   finding load on linux system (https://www.linuxquestions.org/questions/linux-newbie-8/finding-load-on-linux-system-258695/)

fundoos4me 11-24-2004 04:00 AM

finding load on linux system
 
hello,

i am newbie to linux. i am thinking of working a project of finding matrix multiplication problem over a linux cluster. for that i need possible ways so that i can DETECT THE LOAD OF THE SYSTEM.

please, help me.

:newbie:

rjlee 11-24-2004 04:23 AM

What is your metric for measuring the load?
/proc/cpuinfo tends to give information on CPU load.
/proc/meminfo tends to give information on memory load.
User-space programs like top (general stats) and ps (schedular load and process information) may also help.


All times are GMT -5. The time now is 11:04 PM.