jvmClassesTotalLoadedCount
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.1.2
Object
scalar
SNMPv2-SMICounter64
The total number of classes that have been loaded since
the JVM has started execution.
See java.lang.management.ClassLoadingMXBean.
getTotalLoadedClassCount()
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.1.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- jvmClassLoading
- Siblings
- 3
Syntax
SNMPv2-SMICounter64
- Source
- SNMPv2-SMICounter64
- Base type
Unsigned64
Values & Constraints
Type Constraints
range: 0..18446744073709551615
Related Objects
Sibling 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 |
| 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 |