jvmClassesLoadedCount
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.1.1
Object
scalar
SNMPv2-SMIGauge32
The number of classes currently loaded in the JVM.
See java.lang.management.ClassLoadingMXBean.getLoadedClassCount()
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.1.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- jvmClassLoading
- Siblings
- 3
Syntax
SNMPv2-SMIGauge32
- Source
- SNMPv2-SMIGauge32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| 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 |