HP SNMP/XL User's Guide (36922-90036)

Appendix B 79
Supported MIB Objects
Non-Standard HP Extended MIB Objects
DESCRIPTION: “Number of processors currently active in the system.
A processor is considered active if it is capable of being dispatched.
::= { processor 1 }
numPresent OBJECT-TYPE
SYNTAX: INTEGER
ACCESS: read-only
STATUS: mandatory
DESCRIPTION: “The number of processors physically present in the
system.
::= { processor 2 }
processorMIstate OBJECT-TYPE
SYNTAX: INTEGER {
disabled(0),
enabled(1)
}
ACCESS: read-only
STATUS: mandatory
DESCRIPTION: “Setting this object to 1 will result in the measurement
interface being turned on for the global processor statistics which will
increase the amount of CPU used by the SNMP/XL Agent. Setting this
object to 0 will cause the measurement interface to be disabled for the
global processor statistics. When the measurement interface is enabled,
the cpuUtilization object described below may be obtained.
::= { processor 3 }
cpuUtilization OBJECT-TYPE
SYNTAX: INTEGER
ACCESS: read-only
STATUS: mandatory
DESCRIPTION: “The overall CPU utilization percentage on the
system. If the system has more than one processor, the value returned
is averaged out over all of the processors that are present. The
measurement interface must be enabled in order to get a valid value
returned for this object (see above object). The number returned is the
percentage of the CPU that was used since the last time the number
was sampled. This value is consistent with various HP performance
tools such as Glance/XL. If the measurement interface is not enabled,
the value returned will be 0.
::= { processor 4 }