3
votes
2answers
745 views

How to calculate CPU % based on raw CPU ticks in SNMP

According to http://net-snmp.sourceforge.net/docs/mibs/ucdavis.html#scalar_notcurrent ssCpuUser, ssCpuSystem, ssCpuIdle, etc are deprecated in favor of the raw variants (ssCpuRawUser, etc). The ...
1
vote
0answers
187 views

MIB2 SNMP OID to get physical CPU socket count?

I am trying to set up a monitoring system and I'm noticing that MIB-2 seems to only report the virtual CPU count (all cores+hyperthreading). I need to get the physical socket CPU count. Is there any ...
0
votes
1answer
704 views

Total CPU Utilization of a Server

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.