jvmClassLoading
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.1
Object
node
No description available.
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.1- Type
- node
- Parent
- jvmMgtMIBObjects
- Siblings
- 5
- Children
- 4
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| jvmMemory | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.2 |
| jvmThreading | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.3 |
| 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 |
|---|---|---|---|
| jvmClassesLoadedCount The number of classes currently loaded in the JVM.
See java.lang.management.ClassLoadingMXBean.getLoadedClassCount() | scalar | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.42.2.145.3.163.1.1.1.1 |
| jvmClassesTotalLoadedCount The total number of classes that have been loaded since
the JVM has started execution.
See java.lang.management.ClassLoadingMXBean.
getTotalLoadedClassCount() | scalar | SNMPv2-SMICounter64 | .1.3.6.1.4.1.42.2.145.3.163.1.1.1.2 |
| jvmClassesUnloadedCount The total number of classes that have been unloaded since
the JVM has started execution.
See java.lang.management.ClassLoadingMXBean.getUnloadedClassCount() | scalar | SNMPv2-SMICounter64 | .1.3.6.1.4.1.42.2.145.3.163.1.1.1.3 |
| jvmClassesVerboseLevel Enables or disables the verbose output for the class loading
system. The verbose output information and the output stream
to which the verbose information is emitted are impleme… | scalar | JvmVerboseLevelTC | .1.3.6.1.4.1.42.2.145.3.163.1.1.1.4 |