How to find the C.P.U load (percentage of C.P.U utilization) in the slave node
问题 Hi am developing a load balancing algorithm in java. In my system there will be one mater node and list of slave nodes, Where the master node will distribute the incoming request to one of its slave node. I want to find the C.P.U load (percentage of C.P.U utilized) in each of the slave nodes. So that the master node can effectively distribute the request to one of its least loaded slave node. Can any one please suggest me how can we find it. The getSystemLoadAverage() method in JMX can be