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
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
jvmMemManagerIndex
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
jvmMemManagerIndex
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 Textual Convention: JvmPositive32TC Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.1 |
||||
|
jvmMemManagerName
The name of this memory manager, as returned by
MemoryManagerMXBean.getName(). See java.mangement.MemoryManagerMXBean.getName(). |
JvmJavaObjectNameTC Textual Convention: JvmJavaObjectNameTC OctetStringType Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.2 |
||||
|
jvmMemManagerState
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 Textual Convention: JvmValidityStateTC EnumerationType 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
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
jvmMemManagerIndex
| Column | Syntax | OID |
|---|---|---|
|
jvmMemGCCount
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 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.101.1.2 |
|
jvmMemGCTimeMs
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 Textual Convention: JvmTimeMillis64TC Unsigned64 |
.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
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
jvmMemPoolIndex
| Column | Syntax | OID | ||||
|---|---|---|---|---|---|---|
|
jvmMemPoolIndex
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 Textual Convention: JvmPositive32TC Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.1 |
||||
|
jvmMemPoolName
The name of this memory pool, as returned by
MemoryPoolMXBean.getName(). See java.lang.management.MemoryPoolMXBean.getName() |
JvmJavaObjectNameTC Textual Convention: JvmJavaObjectNameTC OctetStringType Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.2 |
||||
|
jvmMemPoolType
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 Textual Convention: JvmManagedMemoryTypeTC EnumerationType Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.3 |
||||
|
jvmMemPoolState
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 Textual Convention: JvmValidityStateTC EnumerationType Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.4 |
||||
|
jvmMemPoolPeakReset
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 Textual Convention: JvmTimeMillis64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.5 |
||||
|
jvmMemPoolInitSize
Initial size of this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getInit() |
bytesJvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.10 |
||||
|
jvmMemPoolUsed
Amount of used memory in this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getUsed() |
bytesJvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.11 |
||||
|
jvmMemPoolCommitted
Amount of committed memory in this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getCommitted() |
bytesJvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.12 |
||||
|
jvmMemPoolMaxSize
Maximal size of this memory pool.
See java.lang.management.MemoryPoolMXBean.getUsage().getMax() |
bytesJvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.13 |
||||
|
jvmMemPoolPeakUsed
Amount of used memory in this memory pool when the peak usage
was reached. See java.lang.management.MemoryPoolMXBean.getPeakUsage().getUsed() |
bytesJvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.21 |
||||
|
jvmMemPoolPeakCommitted
Amount of committed memory in this memory pool when the peak usage
was reached. See java.lang.management.MemoryPoolMXBean.getPeakUsage().getCommitted() |
bytesJvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.22 |
||||
|
jvmMemPoolPeakMaxSize
Maximal size of this memory pool when the peak usage
was reached. See java.lang.management.MemoryPoolMXBean.getPeakUsage().getMax() |
bytesJvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.23 |
||||
|
jvmMemPoolCollectUsed
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 Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.31 |
||||
|
jvmMemPoolCollectCommitted
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 Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.32 |
||||
|
jvmMemPoolCollectMaxSize
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 Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.33 |
||||
|
jvmMemPoolThreshold
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 Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.110 |
||||
|
jvmMemPoolThreshdCount
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 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.111 |
||||
|
jvmMemPoolThreshdSupport
Tells whether this memory pool supports usage threshold.
See java.lang.management.MemoryPoolMXBean.isUsageThresholdSupported() |
JvmImplSupportStateTC Textual Convention: JvmImplSupportStateTC EnumerationType Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.112 |
||||
|
jvmMemPoolCollectThreshold
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 Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.131 |
||||
|
jvmMemPoolCollectThreshdCount
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 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.110.1.132 |
||||
|
jvmMemPoolCollectThreshdSupport
Tells whether this memory pool supports collection usage threshold.
See java.lang.management.MemoryPoolMXBean. isCollectionUsageThresholdSupported() |
JvmImplSupportStateTC Textual Convention: JvmImplSupportStateTC EnumerationType 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
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
jvmMemManagerIndex jvmMemPoolIndex
| Column | Syntax | OID |
|---|---|---|
|
jvmMemMgrRelManagerName
The name of the memory manager.
See java.manangement.MemoryManagerMXBean.getName(); |
JvmJavaObjectNameTC Textual Convention: JvmJavaObjectNameTC OctetStringType Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.120.1.2 |
|
jvmMemMgrRelPoolName
The name of the memory pool.
See java.manangement.MemoryPoolMXBean.getName(); |
JvmJavaObjectNameTC Textual Convention: JvmJavaObjectNameTC OctetStringType 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
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
jvmThreadInstIndex
| Column | Syntax | OID | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
jvmThreadInstIndex
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 Textual Convention: JvmIndex64TC OctetStringType Constraints: range: 8 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.1 |
||||||||||||||||||
|
jvmThreadInstId
The thread ID, as returned by Thread.getId().
See java.lang.management.ThreadMXBean.getThreadInfo(long,boolean). getThreadId() |
JvmUnsigned64TC Textual Convention: JvmUnsigned64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.2 |
||||||||||||||||||
|
jvmThreadInstState
The state of this thread instance.
See java.lang.management.ThreadMXBean.getThreadInfo(long,boolean). getThreadState() |
JvmThreadStateTC Textual Convention: JvmThreadStateTC BitsType Values:
|
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.3 |
||||||||||||||||||
|
jvmThreadInstBlockCount
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 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.4 |
||||||||||||||||||
|
jvmThreadInstBlockTimeMs
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 Textual Convention: JvmTimeMillis64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.5 |
||||||||||||||||||
|
jvmThreadInstWaitCount
The total number of times that this thread has waited for
notification. See java.lang.management.ThreadMXBean.getThreadInfo(long,boolean). getWaitedCount() |
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.6 |
||||||||||||||||||
|
jvmThreadInstWaitTimeMs
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 Textual Convention: JvmTimeMillis64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.7 |
||||||||||||||||||
|
jvmThreadInstCpuTimeNs
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 Textual Convention: JvmTimeNanos64TC Unsigned64 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.8 |
||||||||||||||||||
|
jvmThreadInstName
This thread name - as returned by Thread.getThreadName().
See java.lang.management.ThreadInfo.getThreadName() |
JvmJavaObjectNameTC Textual Convention: JvmJavaObjectNameTC OctetStringType Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.9 |
||||||||||||||||||
|
jvmThreadInstLockName
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 Textual Convention: JvmJavaObjectNameTC OctetStringType Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.3.10.1.10 |
||||||||||||||||||
|
jvmThreadInstLockOwnerPtr
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 Textual Convention: SNMPv2-TCRowPointer ObjectIdentifier |
.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
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
jvmRTInputArgsIndex
| Column | Syntax | OID |
|---|---|---|
|
jvmRTInputArgsIndex
The index of the input argument, as in the array returned
by RuntimeMXBean.getInputArguments(). See java.lang.management.RuntimeMXBean.getInputArguments() |
JvmPositive32TC Textual Convention: JvmPositive32TC Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.20.1.1 |
|
jvmRTInputArgsItem
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 Textual Convention: JvmArgValueTC OctetStringType 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
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
jvmRTBootClassPathIndex
| Column | Syntax | OID |
|---|---|---|
|
jvmRTBootClassPathIndex
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 Textual Convention: JvmPositive32TC Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.21.1.1 |
|
jvmRTBootClassPathItem
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 Textual Convention: JvmPathElementTC OctetStringType 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
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
jvmRTClassPathIndex
| Column | Syntax | OID |
|---|---|---|
|
jvmRTClassPathIndex
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 Textual Convention: JvmPositive32TC Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.22.1.1 |
|
jvmRTClassPathItem
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 Textual Convention: JvmPathElementTC OctetStringType 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
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
jvmRTLibraryPathIndex
| Column | Syntax | OID |
|---|---|---|
|
jvmRTLibraryPathIndex
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 Textual Convention: JvmPositive32TC Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.23.1.1 |
|
jvmRTLibraryPathItem
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 Textual Convention: JvmPathElementTC OctetStringType Constraints: range: 0..1023 |
.1.3.6.1.4.1.42.2.145.3.163.1.1.4.23.1.2 |