cpmThreadCpuUtilization
CISCO-PROCESS-MIB ·
.1.3.6.1.4.1.9.9.109.1.3.1.1.6
Object
This object provides a general idea on how busy the thread in context caused the processor to be.
Context
- MIB
- CISCO-PROCESS-MIB
- OID
.1.3.6.1.4.1.9.9.109.1.3.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Units
- milliseconds
- Parent
- cpmThreadEntry
- Table
- cpmThreadTable
- Siblings
- 8
Syntax
milliseconds SNMPv2-SMIGauge32
- Source
- SNMPv2-SMIGauge32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cpmThreadID This object contains the thread ID. ThreadID is
Unique per process. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.109.1.3.1.1.1 |
| cpmThreadName This object represents the name of the thread.
Thread names need not be unique. Hence statistics
should be analyzed against thread ID. | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.4.1.9.9.109.1.3.1.1.2 |
| cpmThreadPriority This object indicates the priority of a POSIX thread.
The higher the number, the higher the priority of the
thread over other threads. | column | Unsigned32 | .1.3.6.1.4.1.9.9.109.1.3.1.1.3 |
| cpmThreadState This object indicates the current state of a thread.
Running state means that the thread is actively
consumig CPU. All the other states are just waiting
states. The valid states… | column | Enumeration | .1.3.6.1.4.1.9.9.109.1.3.1.1.4 |
| cpmThreadBlockingProcess This object identifies the process on which the
current thread is blocked on. This points to the
cpmProcessTable of the process on which the thread
in context is blocked. This i… | column | SNMPv2-TCRowPointer | .1.3.6.1.4.1.9.9.109.1.3.1.1.5 |
| cpmThreadStackSize This object indicates the stack size allocated to
the thread in context. | column | bytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.109.1.3.1.1.7 |
| cpmThreadStackSizeOvrflw This object represents the upper 32-bit of cpmThreadStackSize.
This object needs to be supported only when the value of
cpmThreadStackSize exceeds 32-bit, otherwise this object va… | column | bytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.109.1.3.1.1.8 |
| cpmThreadHCStackSize This object indicates the stack size allocated to the
thread in context. This object is a 64-bit version of
cpmThreadStackSize. | column | bytes HCNUM-TCCounterBasedGauge64 | .1.3.6.1.4.1.9.9.109.1.3.1.1.9 |