Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.