jvmClassesVerboseLevel
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.1.4
Object
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 implementation
dependent. Typically, a Java virtual machine implementation
prints a message each time a class file is loaded.
verbose: if the verbose output is enabled.
silent: otherwise.
See java.lang.management.ClassLoadingMXBean.isVerbose(),
java.lang.management.ClassLoadingMXBean.setVerbose()
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.1.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- jvmClassLoading
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JVM-MANAGEMENT-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JVM-MANAGEMENT-MIB::jvmClassesVerboseLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JVM-MANAGEMENT-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JVM-MANAGEMENT-MIB::jvmClassesVerboseLevel'
Syntax
- Source
- JvmVerboseLevelTC
- Base type
Enumeration
Values & Constraints
Type Values
1 | silent |
2 | verbose |
Conformance
Member of