jvmMemoryGCVerboseLevel
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.2
Object
Enables or disables verbose output for the memory 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 whenever it frees memory at garbage collection.
verbose: if the verbose output is enabled,
silent: otherwise.
See java.lang.management.MemoryMXBean.isVerbose(),
java.lang.management.MemoryMXBean.setVerbose()
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- jvmMemory
- 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::jvmMemoryGCVerboseLevel.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::jvmMemoryGCVerboseLevel'
Syntax
- Source
- JvmVerboseLevelTC
- Base type
Enumeration
Values & Constraints
Type Values
1 | silent |
2 | verbose |
Conformance
Member of