jvmThreading
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.3
Object
node
No description available.
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.3- Type
- node
- Parent
- jvmMgtMIBObjects
- Siblings
- 5
- Children
- 8
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| jvmClassLoading | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.1 |
| jvmMemory | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.2 |
| jvmRuntime | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.4 |
| jvmCompilation | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.5 |
| jvmOS | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.6 |
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| jvmThreadCount The current number of live threads.
See java.lang.management.ThreadMXBean.getThreadCount() | scalar | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.1 |
| jvmThreadInstanceTable The Thread Instance Table is built from all the methods of
ThreadMXBean that take a ThreadID as parameter.
See java.lang.management.ThreadMXBean.getAllThreadIds() | table | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.10 |
| jvmThreadDaemonCount The current number of daemon threads.
See java.lang.management.ThreadMXBean.getDaemonThreadCount() | scalar | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.2 |
| jvmThreadPeakCount The peak thread count since the execution of the application.
See java.lang.management.ThreadMXBean.getPeakThreadCount() | scalar | SNMPv2-SMICounter32 | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.3 |
| jvmThreadTotalStartedCount The total number of threads created and started since the Java
Virtual Machine started.
See java.lang.management.ThreadMXBean.getTotalStartedThreadCount() | scalar | SNMPv2-SMICounter64 | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.4 |
| jvmThreadContentionMonitoring The state of the Thread Contention Monitoring feature.
This feature can be:
unsupported: The JVM does not support Thread Contention Monitoring.
enabled : The JVM s… | scalar | JvmImplOptFeatureStateTC | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.5 |
| jvmThreadCpuTimeMonitoring The state of the Thread CPU Time Monitoring feature.
This feature can be:
unsupported: The JVM does not support Thread CPU Time Monitoring.
enabled : The JVM suppo… | scalar | JvmImplOptFeatureStateTC | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.6 |
| jvmThreadPeakCountReset This object indicates the last time - in milliseconds - at which
the peak thread count was reset to the current thread count.
This corresponds to a time stamp as returned by
ja… | scalar | milliseconds JvmTimeMillis64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.7 |