jvmMemPoolCollectThreshold
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.131
Object
The threshold value for the collection usage of this memory pool,
in bytes. A zero value (0) indicates that no threshold value is
configured.
When the amount of used memory crosses over this threshold
value the JVM will trigger a collection memory threshold exceeded
notification, and the jvmMemPoolCollectThreshdCount increases.
If collection usage threshold is not supported, then this object, if
implemented, will always be equals to 0. In that case, attempting
to set this object will trigger an inconsistentValue error.
See also jvmMemPoolCollectThreshdSupport.
See java.lang.management.MemoryPoolMXBean.
getCollectionUsageThreshold(),
java.lang.management.MemoryPoolMXBean.
setCollectionUsageThreshold(long),
java.lang.management.MemoryPoolMXBean.
isCollectionUsageThresholdSupported(),
java.lang.management.MemoryPoolMXBean.
getCollectionUsageThresholdCount()
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.131- Type
- column
- Access
- readwrite
- Status
- current
- Units
- bytes
- Parent
- jvmMemPoolEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'JVM-MANAGEMENT-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JVM-MANAGEMENT-MIB::jvmMemPoolCollectThreshold'
More examples
Read one indexed 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::jvmMemPoolCollectThreshold.<jvmMemPoolIndex>'
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::jvmMemPoolCollectThreshold'
Syntax
bytesJvmUnsigned64TC
- Source
- JvmUnsigned64TC
- Base type
Unsigned64
Values & Constraints
No enumerated values or constraints recorded.
Conformance
Member of