JVM-MANAGEMENT-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
9
Rows
9
Columns
47
jvmMemManagerTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100
·
1 row entry
·
3 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmMemManagerTable
/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::jvmMemManagerTable'
The Memory Manager Table contains the whole list of Memory
Managers as returned by ManagementFactory.getMemoryManagerMXBeans().
When a MemoryManagerMXBean object is an instance of
GarbageCollectorMXBean, then additional information specific to
the GarbageCollectorMXBean class will be found in the
jvmGCTable, at the same index.
Relationships between MemoryManagers and MemoryPools are shown
by the Memory Manager-Pool Relation table (jvmMemMgrPoolRelTable).
A jvmMemManagerEntry conceptual row represent an instance of the
java.lang.management.MemoryManagerMXBean interface. If that instance
is also an instance of java.lang.management.GarbageCollectorMXBean,
then additional…
java.lang.management.MemoryManagerMXBean interface. If that instance
is also an instance of java.lang.management.GarbageCollectorMXBean,
then additional…
Indexes
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
An index opaquely computed by the agent and which uniquely
identifies a Memory Manager. The jvmMemManagerIndex index is opaquely computed by the agent, from e.g the hash code of the MemoryManager (or Mem… |
JvmPositive32TC Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.1 |
||||
|
The name of this memory manager, as returned by
MemoryManagerMXBean.getName(). See java.mangement.MemoryManagerMXBean.getName(). |
JvmJavaObjectNameTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.2 |
||||
|
Indicates whether this memory manager is valid in the Java
virtual machine. A memory manager becomes invalid once the Java virtual machine removes it from the memory system. See java.lang.management.Me… |
JvmValidityStateTC Type Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.3 |
jvmMemGCTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.2.101
·
1 row entry
·
2 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmMemGCTable
/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::jvmMemGCTable'
The Garbage Collector table provides additional information on those MemoryManagers which are also GarbageCollectors. This table extends the jvmMemManagerTable table. The index used in the jvmMemGCTable table is imported from the jvmMemManagerTable table. If a row from the jvmMemManagerTable table is deleted, and if it has an extension in the jvmMemGCTable table, then the extension row will also be deleted.
Provide additional information on Garbage Collectors.
Columnar objects in this table are mapped from the
GarbageCollectorMXBean interface.
See java.lang.management.GarbageCollectorMXBean
Columnar objects in this table are mapped from the
GarbageCollectorMXBean interface.
See java.lang.management.GarbageCollectorMXBean
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The total number of collections that have occurred,
as returned by GarbageCollectorMXBean.getCollectionCount(). If garbage collection statistics are not available, this object is set to 0. … |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.101.1.2 |
|
The approximate accumulated collection elapsed time in
milliseconds, since the Java virtual machine has started. This object is set to 0 if the collection elapsed time is undefined for this collector. … |
millisecondsJvmTimeMillis64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.101.1.3 |
jvmMemPoolTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110
·
1 row entry
·
21 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmMemPoolTable
/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::jvmMemPoolTable'
The Memory Pool Table contains the whole list of MemoryPools as returned by ManagementFactory.getMemoryPoolMXBeans().
Represents a memory pool. The pool may contain heap memory or
non-heap memory. A row in this table represents
an instance of MemoryPoolMXBean.
See java.lang.management.MemoryPoolMXBean
non-heap memory. A row in this table represents
an instance of MemoryPoolMXBean.
See java.lang.management.MemoryPoolMXBean
Indexes
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
An index value opaquely computed by the agent which uniquely
identifies a row in the jvmMemPoolTable. The jvmMemPoolIndex index is opaquely computed by the agent, from e.g the hash code of the MemoryPool… |
JvmPositive32TC Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.1 |
||||
|
The name of this memory pool, as returned by
MemoryPoolMXBean.getName(). See java.lang.management.MemoryPoolMXBean.getName() |
JvmJavaObjectNameTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.2 |
||||
|
The type of memory managed in this pool. This pool may be used for
heap memory or non-heap memory. See java.lang.management.MemoryPoolMXBean.getMemoryType() |
JvmManagedMemoryTypeTC Type Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.3 |
||||
|
Indicates whether this memory pool is valid in the Java
virtual machine. A memory pool becomes invalid once the Java virtual machine removes it from the memory system. See java.lang.management.MemoryPo… |
JvmValidityStateTC Type Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.4 |
||||
|
This object indicates the last time - in milliseconds - at which
the peak memory usage statistic of this memory pool was reset to the current memory usage. This corresponds to a time stamp as returned by java.lang.Sy… |
millisecondsJvmTimeMillis64TCr/w | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.5 |
||||
|
Initial size of this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getInit() |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.10 |
||||
|
Amount of used memory in this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getUsed() |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11 |
||||
|
Amount of committed memory in this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getCommitted() |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.12 |
||||
|
Maximal size of this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getMax() |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.13 |
||||
|
Amount of used memory in this memory pool when the peak usage
was reached. See java.lang.management.MemoryPoolMXBean.getPeakUsage().getUsed() |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.21 |
||||
|
Amount of committed memory in this memory pool when the peak usage
was reached. See java.lang.management.MemoryPoolMXBean.getPeakUsage().getCommitted() |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.22 |
||||
|
Maximal size of this memory pool when the peak usage
was reached. See java.lang.management.MemoryPoolMXBean.getPeakUsage().getMax() |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.23 |
||||
|
The amount of used memory at the most recent time that the
Java virtual machine has expended effort in recycling unused objects in this memory pool. See java.lang.management.MemoryPoolMXBean.getColl… |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.31 |
||||
|
The amount of committed memory at the most recent time that the
Java virtual machine has expended effort in recycling unused objects in this memory pool. See java.lang.management.MemoryPoolMXBean.getC… |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.32 |
||||
|
The value of the maximum amount of memory at the most recent time
that the Java virtual machine has expended effort in recycling unused objects in this memory pool. See java.lang.management.MemoryP… |
bytesJvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33 |
||||
|
The threshold value for the memory 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 t… |
bytesJvmUnsigned64TCr/w | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.110 |
||||
|
The number of times that the memory usage has crossed
the usage threshold, as detected by the Java virtual machine. If memory usage threshold is not supported, then this object, if implemented, will alway… |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.111 |
||||
|
Tells whether this memory pool supports usage threshold.
See java.lang.management.MemoryPoolMXBean.isUsageThresholdSupported() |
JvmImplSupportStateTC Type Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.112 |
||||
|
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 wi… |
bytesJvmUnsigned64TCr/w | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.131 |
||||
|
The number of times that the memory usage has crossed
the collection usage threshold, as detected by the Java virtual machine. If memory usage threshold is not supported, then this object, if implemented… |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.132 |
||||
|
Tells whether this memory pool supports collection usage threshold.
See java.lang.management.MemoryPoolMXBean. isCollectionUsageThresholdSupported() |
JvmImplSupportStateTC Type Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.133 |
jvmMemMgrPoolRelTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.2.120
·
1 row entry
·
2 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmMemMgrPoolRelTable
/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::jvmMemMgrPoolRelTable'
The Memory Manager-Pool Relation Table shows the Memory Manager / Memory Pool relations, as returned by MemoryPoolMXBean.getMemoryManagerNames() and MemoryManagerMXBean.getMemoryPoolNames(). This table imports the indexes from the jvmMemManagerTable table and jvmMemPoolTable table. The jvmMemMgrRelManagerName and jvmMemMgrRelPoolName objects are not actually necessary since the indexes are self-sufficient to express the relationship - but the names will make the table more understandable when displayed in a management console.
A row in this table indicates that the Memory Manager identified
by jvmMemManagerIndex manages the Memory Pool identified by
jvmMemPoolIndex. Note that a pool may be managed by several
memory managers, and a memory man…
by jvmMemManagerIndex manages the Memory Pool identified by
jvmMemPoolIndex. Note that a pool may be managed by several
memory managers, and a memory man…
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The name of the memory manager.
See java.manangement.MemoryManagerMXBean.getName(); |
JvmJavaObjectNameTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.120.1.2 |
|
The name of the memory pool.
See java.manangement.MemoryPoolMXBean.getName(); |
JvmJavaObjectNameTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.120.1.3 |
jvmThreadInstanceTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10
·
1 row entry
·
11 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmThreadInstanceTable
/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::jvmThreadInstanceTable'
The Thread Instance Table is built from all the methods of
ThreadMXBean that take a ThreadID as parameter.
See java.lang.management.ThreadMXBean.getAllThreadIds()
A row in this table represents a live thread.
Attributes in this row are built from all the methods of
ThreadMXBean that take a ThreadID as parameter.
See java.lang.management.ThreadMXBean
Attributes in this row are built from all the methods of
ThreadMXBean that take a ThreadID as parameter.
See java.lang.management.ThreadMXBean
Indexes
| Column | Syntax | OID | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
An index uniquely identifying a live thread, and directly
derived from the value of jvmThreadInstId. The jvmThreadInstId cannot be used directly as index in the table, because integer indexes cannot exceed an unsign… |
JvmIndex64TC Type Constraints: range: 8 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.1 |
||||||||||||||||||
|
The thread ID, as returned by Thread.getId().
See java.lang.management.ThreadMXBean.getThreadInfo(long,boolean). getThreadId() |
JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.2 |
||||||||||||||||||
|
The state of this thread instance.
See java.lang.management.ThreadMXBean.getThreadInfo(long,boolean). getThreadState() |
JvmThreadStateTC Type Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.3 |
||||||||||||||||||
|
The total number of times that this thread has blocked to enter
or re-enter a monitor.. See java.lang.management.ThreadMXBean.getThreadInfo(long,boolean). getBlockedCount() |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.4 |
||||||||||||||||||
|
The approximate accumulated elapsed time (in millisecond)
that a thread has blocked to enter or re-enter a monitor since it has started - or since thread contention monitoring was enabled. This object is… |
millisecondsJvmTimeMillis64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.5 |
||||||||||||||||||
|
The total number of times that this thread has waited for
notification. See java.lang.management.ThreadMXBean.getThreadInfo(long,boolean). getWaitedCount() |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.6 |
||||||||||||||||||
|
The approximate accumulated elapsed time (in millisecond)
that a thread has waited on a monitor through a java.lang.Object.wait method since it has started - or since thread contention monitoring wasenabled. … |
millisecondsJvmTimeMillis64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.7 |
||||||||||||||||||
|
The approximate accumulated CPU time (in nanosecond) for a thread
since it has started - or since thread CPU time monitoring was enabled. If the thread of the specified ID is not alive or does not exist… |
nanosecondsJvmTimeNanos64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.8 |
||||||||||||||||||
|
This thread name - as returned by Thread.getThreadName().
See java.lang.management.ThreadInfo.getThreadName() |
JvmJavaObjectNameTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.9 |
||||||||||||||||||
|
The string representation of the monitor lock that this thread
is blocked to enter or waiting to be notified through the Object.wait method. See J2SE 5.0 API Specification, java.lang.management.Thr… |
JvmJavaObjectNameTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.10 |
||||||||||||||||||
|
A pointer to the thread which owns the monitor of the
object on which this thread instance is blocked. This object will point to jvmThreadInstId of the lock owner thread. If this thread is not blocked the… |
SNMPv2-TCRowPointer Description: Represents a pointer to a conceptual row. The value is the name of the instance of the first accessible columnar object in the conceptual row. For example, ifIndex.3 would point to the 3rd row in the ifTable… |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.11 |
jvmRTInputArgsTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.4.20
·
1 row entry
·
2 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmRTInputArgsTable
/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::jvmRTInputArgsTable'
The Input Argument Table lists the input arguments passed
to the Java Virtual Machine.
The jvmRTInputArgsIndex is the index of the argument in
the array returned by RuntimeMXBean.getInputArguments().
See java.lang.management.RuntimeMXBean.getInputArguments()
Represent an input argument passed to the Java Virtual Machine.
See java.lang.management.RuntimeMXBean.getInputArguments()
See java.lang.management.RuntimeMXBean.getInputArguments()
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The index of the input argument, as in the array returned
by RuntimeMXBean.getInputArguments(). See java.lang.management.RuntimeMXBean.getInputArguments() |
JvmPositive32TC Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.20.1.1 |
|
An input argument at index jvmRTInputArgsIndex, as in the array
returned by RuntimeMXBean.getInputArguments(). Note that the SNMP agent may have to truncate the string returned by the underlying API if i… |
JvmArgValueTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.20.1.2 |
jvmRTBootClassPathTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.4.21
·
1 row entry
·
2 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmRTBootClassPathTable
/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::jvmRTBootClassPathTable'
The boot class path that is used by the bootstrap class loader
to search for a class file for loading.
Note that the SNMP agent may have to truncate the bootclasspath
elements contained in the string returned by the underlying API
if it does not fit in the JvmPathElementTC (1023 bytes max).
This table is not implemented (or empty) if jvmRTBootClassPathSupport
is unsupported(1).
See java.lang.management.RuntimeMXBean.getBootClassPath()
java.lang.management.RuntimeMXBean.isBootClassPathSupported()
Represent a path element in the Java Virtual Machine bootclasspath.
See java.lang.management.RuntimeMXBean.getBootClassPath()
See java.lang.management.RuntimeMXBean.getBootClassPath()
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The index of the path element, as in the array obtained
by splitting RuntimeMXBean.getBootClassPath() in its elementary path constituents. See java.lang.management.RuntimeMXBean.getBootClassPath() |
JvmPositive32TC Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.21.1.1 |
|
An path element at index jvmRTBootClassPathIndex, as in the
array obtained by splitting RuntimeMXBean.getBootClassPath() in its elementary path constituents. Note that the SNMP agent may have to truncat… |
JvmPathElementTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.21.1.2 |
jvmRTClassPathTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.4.22
·
1 row entry
·
2 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmRTClassPathTable
/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::jvmRTClassPathTable'
The class path that is used by the system class loader
to search for a class file.
Note that the SNMP agent may have to truncate the classpath
elements contained in the string returned by the underlying API
if it does not fit in the JvmPathElementTC (1023 bytes max).
See java.lang.management.RuntimeMXBean.getClassPath()
Represent a path element in the Java Virtual Machine classpath.
See java.lang.management.RuntimeMXBean.getClassPath()
See java.lang.management.RuntimeMXBean.getClassPath()
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The index of the path element, as in the array obtained
by splitting RuntimeMXBean.getClassPath() in its elementary path constituents. See java.lang.management.RuntimeMXBean.getClassPath() |
JvmPositive32TC Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.22.1.1 |
|
An path element at index jvmRTClassPathIndex, as in the array
obtained by splitting RuntimeMXBean.getClassPath() in its elementary path constituents. Note that the SNMP agent may have to truncate the str… |
JvmPathElementTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.22.1.2 |
jvmRTLibraryPathTable
table.1.3.6.1.4.1.42.2.145.3.163.1.1.4.23
·
1 row entry
·
2 columns
Uses the oracle variant from
Command help
/opt/observium/mibs/oracle.
Walk jvmRTLibraryPathTable
/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::jvmRTLibraryPathTable'
The library path.
Note that the SNMP agent may have to truncate the librarypath
elements contained in the string returned by the underlying API
if it does not fit in the JvmPathElementTC (1023 bytes max).
See java.lang.management.RuntimeMXBean.getLibraryPath()
Represent a path element in the Java Virtual Machine librarypath.
See java.lang.management.RuntimeMXBean.getLibraryPath()
See java.lang.management.RuntimeMXBean.getLibraryPath()
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The index of the path element, as in the array obtained
by splitting RuntimeMXBean.getLibraryPath() in its elementary constituents. See java.lang.management.RuntimeMXBean.getLibraryPath() |
JvmPositive32TC Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.23.1.1 |
|
An path element at index jvmRTLibraryPathIndex, as in the array
obtained by splitting RuntimeMXBean.getLibraryPath() in its elementary path constituents. Note that the SNMP agent may have to truncate the… |
JvmPathElementTC Type Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.23.1.2 |