jvmMemManagerIndex
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.1
Object
column
JvmPositive32TC
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 MemoryManager name).
The agent is responsible for allocating a free index when it needs
one (e.g. if two objects have the same hash, then it may increment
one of the values until the conflict is resolved). As a result a
manager must not depend on the value of that index across,
e.g. reboot of the agent, as this value is not guaranteed to
stay identical after the agent restarts.
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- jvmMemManagerEntry
- Table
- jvmMemManagerTable
- Siblings
- 2
Syntax
JvmPositive32TC
- Source
- JvmPositive32TC
- Base type
Integer32
Values & Constraints
Type Constraints
range: 0..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| jvmMemManagerName The name of this memory manager, as returned by
MemoryManagerMXBean.getName().
See java.mangement.MemoryManagerMXBean.getName(). | column | JvmJavaObjectNameTC | .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.
… | column | JvmValidityStateTC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.100.1.3 |