jvmMemory
JVM-MANAGEMENT-MIB ·
.1.3.6.1.4.1.42.2.145.3.163.1.1.2
Object
node
No description available.
Context
- MIB
- JVM-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.42.2.145.3.163.1.1.2- Type
- node
- Parent
- jvmMgtMIBObjects
- Siblings
- 5
- Children
- 15
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| jvmClassLoading | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.1 |
| jvmThreading | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.3 |
| jvmRuntime | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.4 |
| jvmCompilation | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.5 |
| jvmOS | node | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.6 |
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| jvmMemoryPendingFinalCount The approximate number objects that are pending for finalization.
See java.lang.management.MemoryMXBean.
getObjectPendingFinalizationCount() | scalar | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.1 |
| jvmMemoryHeapInitSize Total amount of memory (in bytes) that the Java virtual machine
initially requests from the operating system for memory management
for heap memory pools.
See java.la… | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.10 |
| jvmMemManagerTable The Memory Manager Table contains the whole list of Memory
Managers as returned by ManagementFactory.getMemoryManagerMXBeans().
When a MemoryManagerMXBean object is … | table | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.100 |
| jvmMemGCTable The Garbage Collector table provides additional information
on those MemoryManagers which are also GarbageCollectors.
This table extends the jvmMemManagerTable table. The index… | table | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.101 |
| jvmMemoryHeapUsed Total amount of used memory (in bytes) from heap memory pools.
See java.lang.management.MemoryMXBean.getHeapMemoryUsage().getUsed() | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.11 |
| jvmMemPoolTable The Memory Pool Table contains the whole list of MemoryPools
as returned by ManagementFactory.getMemoryPoolMXBeans(). | table | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.110 |
| jvmMemoryHeapCommitted Total amount of memory (in bytes) committed by heap memory pools.
See java.lang.management.MemoryMXBean.getHeapMemoryUsage().
getCommitted() | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.12 |
| jvmMemMgrPoolRelTable The Memory Manager-Pool Relation Table shows the
Memory Manager / Memory Pool relations, as returned by
MemoryPoolMXBean.getMemoryManagerNames() and
MemoryManagerMXBean.getMemo… | table | - | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.120 |
| jvmMemoryHeapMaxSize Total maximum size of memory (in bytes) for all heap memory pools.
See java.lang.management.MemoryMXBean.getHeapMemoryUsage().getMax() | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.13 |
| jvmMemoryGCVerboseLevel 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 dep… | scalar | JvmVerboseLevelTC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.2 |
| jvmMemoryNonHeapInitSize Total amount of memory (in bytes) that the Java virtual machine
initially requests from the operating system for memory management
for non heap memory pools.
See jav… | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.20 |
| jvmMemoryNonHeapUsed Total amount of used memory (in bytes) from non heap memory pools.
See java.lang.management.MemoryMXBean.getNonHeapMemoryUsage().getUsed() | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.21 |
| jvmMemoryNonHeapCommitted Total amount of memory (in bytes) committed by non heap memory pools.
See java.lang.management.MemoryMXBean.
getNonHeapMemoryUsage().getCommitted() | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.22 |
| jvmMemoryNonHeapMaxSize Total maximum size of memory (in bytes) for all non heap memory pools.
See java.lang.management.MemoryMXBean.getNonHeapMemoryUsage().getMax() | scalar | bytes JvmUnsigned64TC | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.23 |
| jvmMemoryGCCall This object makes it possible to remotelly trigger the
Garbage Collector in the JVM.
This object's syntax is an enumeration which defines:
* Two state values… | scalar | Enumeration | .1.3.6.1.4.1.42.2.145.3.163.1.1.2.3 |