All MIBs › CPQLINOS-MIB › cpqLinOsCpuTimePercent
cpqLinOsCpuTimePercent
Module: CPQLINOS-MIB
OID (symbolic): CPQLINOS-MIB::cpqLinOsCpuTimePercent
OID (numeric): 1.3.6.1.4.1.232.23.2.3.2.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: %Processor Time is the percentage of time that the processor is executing a non-Idle thread. This counter was designed as a primary indicator of processor activity. It is calculated by measuring the time that the processor spends executing the thread of the Idle process in each sample interval, and subtracting that value from 100%. (Each processor has an Idle thread which consumes cycles when no other threads are ready to run.) It can be viewed as the fraction of the time spent doing useful work.
What is cpqLinOsCpuTimePercent?
This read-only integer reports the percentage of time this processor is executing a non-idle thread, calculated by subtracting idle-thread time from 100%, serving as the primary indicator of overall processor activity. An admin uses this per-core busy percentage to identify which CPUs are heavily loaded versus idle when diagnosing performance issues. For example, one core consistently reporting near 100% while others sit near 0% would point an admin toward a single-threaded process pinned to that core as the bottleneck.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.23.2.3.2.1.4 snmpwalk -v2c -c public <target> CPQLINOS-MIB::cpqLinOsCpuTimePercent
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.23.2.3.2.1.4.1 snmpget -v2c -c public <target> CPQLINOS-MIB::cpqLinOsCpuTimePercent.1
Start monitoring Compaq/HP ProLiant server running Linux with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQLINOS-MIB::cpqLinOsCpuTimePercent OID value, configure state conditions and alerts, and monitor any Compaq/HP ProLiant server running Linux 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.23 | cpqLinOsMgmt | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2 | cpqLinOsComponent | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.3 | cpqLinOsProcessor | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.3.2 | cpqLinOsProcessorTable | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.3.2.1 | cpqLinOsProcessorEntry | CPQLINOS-MIB |
| 1.3.6.1.4.1.232.23.2.3.2.1.4 | cpqLinOsCpuTimePercent | CPQLINOS-MIB |