Package | Description |
---|---|
com.ibm.java.diagnostics.healthcenter.api.nativememory |
Modifier and Type | Method and Description |
---|---|
MemoryData[] |
NativeMemoryData.getFreePhysicalMemory()
Gets the amount of physical memory (RAM) that is free on the monitored
system.
|
MemoryData[] |
NativeMemoryCategory.getMemoryBreakdownData()
Gets the memory data for this category.
|
MemoryData[] |
NativeMemoryData.getProcessPhysical()
Gets the amount of physical memory (RAM) that is currently in use by the
monitored process.
|
MemoryData[] |
NativeMemoryData.getProcessPrivate()
Gets the amount of memory that is used exclusively by the monitored
process.
|
MemoryData[] |
NativeMemoryData.getProcessVirtual()
Gets the total process address space in use.
|
MemoryData[] |
NativeMemoryData.getTotalPhysicalMemory()
Gets the total amount of installed physical memory.
|