How to find total CPU utilization of a server using SNMP ? I am trying to find the CPU utilization % of one server having 64 CPU's ?
Thanks.
feedback
|
|
I'm going to guess you're using Linux, but because you don't specify, I can't guarantee that these will be OK (although they apply to most major Unix distribution as well) The OID's you're looking for are (taken from here):
I can't remember off the top of my head, but I think the percentage of CPU time is 100*processors, so in your case, 100% is actually 6,400% You can find all sorts of interesting things to monitor via SNMP here. | |||||
feedback
|