LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fetch the value from other node in network. (https://www.linuxquestions.org/questions/linux-newbie-8/fetch-the-value-from-other-node-in-network-4175434481/)

Mahesh Mahajan 10-28-2012 09:22 AM

fetch the value from other node in network.
 
I want to collect % CPU load of each Redhat host in network.So,How do I record/get this this information on to a host in network.Is there any shell script to run Linux commands to achieve this?. Or else I need to configure openssh first.Is there any other way instead oppenssh? I want to store %cpu load of each host into separate variables.
Please help....

TB0ne 10-28-2012 10:11 AM

Quote:

Originally Posted by Mahesh Mahajan (Post 4816742)
I want to collect % CPU utilisation of each node in the network.So,How do I record/get this in a node in network.Is there any shell script to run Linux commands to achieve this?
Please help....

Without details, no one will be able to help you. What do you mean by "node"? What OS are those nodes running? How often do you want this to update? What are you feeding those results IN to? How are they going to be displayed? What's your goal???

There are many monitoring utilities/systems for Linux...Zabbix and Nagios are two, and provide this functionality for any monitored system. Running the "top" command will also give you that data, as would an snmp query. Google has THOUSANDS of examples of all of the mentioned methods...since you don't say what your goals are or what you're trying to do, that's the best place for you to start.


All times are GMT -5. The time now is 08:21 PM.