cpmThreadBlockingProcess
CISCO-PROCESS-MIB ·
.1.3.6.1.4.1.9.9.109.1.3.1.1.5
Object
column
SNMPv2-TCRowPointer
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 is valid only to threads which are either in send/reply states. For the rest of the threads it is returned as 0.0
Context
- MIB
- CISCO-PROCESS-MIB
- OID
.1.3.6.1.4.1.9.9.109.1.3.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cpmThreadEntry
- Table
- cpmThreadTable
- Siblings
- 8
Values & Constraints
No enumerated values or constraints recorded.
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 |
| cpmThreadCpuUtilization This object provides a general idea on how busy
the thread in context caused the processor to be. | column | milliseconds SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.109.1.3.1.1.6 |
| 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 |