ccvpTPoolRtMaxThreadsAvail
CISCO-CVP-MIB ·
.1.3.6.1.4.1.9.9.590.1.3.4
Object
Thereal-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 is a cache of threads used (by CVP 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-CVP-MIB
- OID
.1.3.6.1.4.1.9.9.590.1.3.4- Type
- scalar
- Access
- readonly
- Status
- current
- Units
- threads
- Parent
- ccvpThreadPoolInfo
- Siblings
- 4
Syntax
threads SNMPv2-SMIGauge32
- Source
- SNMPv2-SMIGauge32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ccvpTPoolRtIdleThreads 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.590.1.3.1 |
| ccvpTPoolRtRunningThreads 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.590.1.3.2 |
| ccvpTPoolRtCoreThreads 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.590.1.3.3 |
| ccvpTPoolRtMaxThreadsUsed 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… | scalar | threads SNMPv2-SMIGauge32 | .1.3.6.1.4.1.9.9.590.1.3.5 |