[AGENT++] oid for cpu usage

Glenn Puchtel gpuchtel at gplicity.com
Thu Jul 8 11:48:13 CEST 2004


>> What is the OID I can use to obtain info about CPU usage?
>>Regards
>>Sushma.

CPU usage (OID: 1.3.6.1.2.1.25.3.3.1.x) can be found in the
HOST-RESOURCES-MIB in the hrProcessorTable under hrDevice.


hrProcessorEntry OBJECT-TYPE
        SYNTAX HrProcessorEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
                "A (conceptual) entry for one processor contained by
                the host.  The hrDeviceIndex in the index represents
                the entry in the hrDeviceTable that corresponds to the
                hrProcessorEntry.

                As an example of how objects in this table are named,
                an instance of the hrProcessorFrwID object might be
                named hrProcessorFrwID.3"
        INDEX {
                hrDeviceIndex }
 -- 1.3.6.1.2.1.25.3.3.1 --  ::= { hrProcessorTable 1 }


HrProcessorEntry ::= SEQUENCE {

        hrProcessorFrwID ProductID,
        hrProcessorLoad  Integer32 }

Regards
Glenn





More information about the AGENTPP mailing list