All MIBs › CPQOS-MIB › cpqOsCpuPercentDPCTime
cpqOsCpuPercentDPCTime
Module: CPQOS-MIB
OID (symbolic): CPQOS-MIB::cpqOsCpuPercentDPCTime
OID (numeric): 1.3.6.1.4.1.232.19.2.3.2.1.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: % DPC Time is the percentage of time that the processor spent receiving and servicing deferred procedure calls (DPCs) during the sample interval. (DPCs are interrupts that run at a lower priority than standard interrupts). % DPC Time is a component of % Privileged Time because DPCs are executed in privileged mode. They are counted separately and are not a component of the interrupt counters. This counter displays the average busy time as a percentage of the sample time.
What is cpqOsCpuPercentDPCTime?
This read-only integer reports the percentage of time this processor spent servicing deferred procedure calls, which are lower-priority interrupts counted separately from standard interrupt time even though they execute in privileged mode. An admin watches this to identify driver-related overhead that's a component of privileged time but tracked distinctly. For example, an elevated cpqOsCpuPercentDPCTime alongside high privileged time could indicate a driver generating excessive deferred work.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.19.2.3.2.1.10 snmpwalk -v2c -c public <target> CPQOS-MIB::cpqOsCpuPercentDPCTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.19.2.3.2.1.10.1 snmpget -v2c -c public <target> CPQOS-MIB::cpqOsCpuPercentDPCTime.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpqOsCpuPercentDPCTime.1
Start monitoring HP/Compaq shared storage subsystem (OpenStorage) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQOS-MIB::cpqOsCpuPercentDPCTime OID value, configure state conditions and alerts, and monitor any HP/Compaq shared storage subsystem (OpenStorage) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.19 | cpqWinOsMgmt | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2 | cpqOsComponent | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.3 | cpqOsProcessor | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.3.2 | cpqOsProcessorTable | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.3.2.1 | cpqOsProcessorEntry | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.3.2.1.10 | cpqOsCpuPercentDPCTime | CPQOS-MIB |