LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to know the application status of 128 nodes,such as CPU,MEM at once (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-know-the-application-status-of-128-nodes-such-as-cpu-mem-at-once-914653/)

ytyyutianyun 11-21-2011 03:22 AM

How to know the application status of 128 nodes,such as CPU,MEM at once
 
When I face those nodes, I always log on to each node in turn, check the process status. In this way,it caused inconvenience.Then,how to know the application status of 128 nodes,such as CPU,MEM at once

acid_kewpie 11-21-2011 03:39 AM

well you would use a system monitoring platform primarily. do you now already poll these details every minute or so as standard? I'd suggest a system like hyperic or nagios to do this.

ytyyutianyun 11-21-2011 04:16 AM

Quote:

Originally Posted by acid_kewpie (Post 4529505)
well you would use a system monitoring platform primarily. do you now already poll these details every minute or so as standard? I'd suggest a system like hyperic or nagios to do this.

because I execute remotely and the system monitor does not support external network. So I want to do it in ssh client.

acid_kewpie 11-21-2011 04:32 AM

well it'd have been helpful to have said that... you might want to look at dssh, or if you install pexpect, there is a useful demo tool in there I use called hive.py which will log into a list of clients and run the same command on all at the same time.

ytyyutianyun 11-21-2011 07:19 AM

Quote:

Originally Posted by acid_kewpie (Post 4529546)
well it'd have been helpful to have said that... you might want to look at dssh, or if you install pexpect, there is a useful demo tool in there I use called hive.py which will log into a list of clients and run the same command on all at the same time.

Thanks a lot , I will try it


All times are GMT -5. The time now is 05:30 AM.