cmmcaTPoolRtMaxThreadsUsed
CISCO-MMODAL-CONTACT-APPS-MIB ·
.1.3.6.1.4.1.9.9.664.1.3.5
Object
The real-time maximum threads used object is a real-time snapshot metric indicating the peak number of threads in the pool that are simultaneously tasked with work to process. The thread pool is a cache of threads used (by application components only) for the processing of relatively short tasks. Using a thread pool eliminates the waste of resources encountered when rapidly creating and destroying threads for these types of tasks.
Context
- MIB
- CISCO-MMODAL-CONTACT-APPS-MIB
- OID
.1.3.6.1.4.1.9.9.664.1.3.5- Type
- scalar
- Access
- readonly
- Status
- current
- Units
- threads
- Parent
- cmmcaThreadPool
- Siblings
- 4
Syntax
threads SNMPv2-SMICounter32
- Source
- SNMPv2-SMICounter32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cmmcaTPoolRtIdleThreads The real-time idle threads object is a real-time snapshot
metric indicating the number of idle threads in the pool waiting
for work. The thread pool is a cache of threads used (b… | scalar | threads SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.664.1.3.1 |
| cmmcaTPoolRtRunningThreads The real-time running threads object is a real-time snapshot
metric indicating the number of running threads in the pool
currently processing work. The thread pool is a cache of
… | scalar | threads SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.664.1.3.2 |
| cmmcaTPoolRtCoreThreads The real-time core threads object is a real-time snapshot
metric indicating the number of threads in the pool that will
never be destroyed no matter how long they remain idle. Th… | scalar | threads SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.664.1.3.3 |
| cmmcaTPoolRtMaxThreadsAvail The real-time maximum threads available object is a real-time
snapshot metric indicating the maximum number of threads in the
pool that can exist simultaneously. The thread pool … | scalar | threads SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.9.9.664.1.3.4 |