Uses of Interface
com.ibm.java.diagnostics.healthcenter.api.nativememory.MemoryData
Packages that use MemoryData
Package
Description
-
Uses of MemoryData in com.ibm.java.diagnostics.healthcenter.api.nativememory
Methods in com.ibm.java.diagnostics.healthcenter.api.nativememory that return MemoryDataModifier and TypeMethodDescriptionNativeMemoryData.getFreePhysicalMemory()Gets the amount of physical memory (RAM) that is free on the monitored system.NativeMemoryCategory.getMemoryBreakdownData()Gets the memory data for this category.NativeMemoryData.getProcessPhysical()Gets the amount of physical memory (RAM) that is currently in use by the monitored process.NativeMemoryData.getProcessPrivate()Gets the amount of memory that is used exclusively by the monitored process.NativeMemoryData.getProcessVirtual()Gets the total process address space in use.NativeMemoryData.getTotalPhysicalMemory()Gets the total amount of installed physical memory. -
Uses of MemoryData in com.ibm.java.diagnostics.healthcenter.api.nativememory.impl
Classes in com.ibm.java.diagnostics.healthcenter.api.nativememory.impl that implement MemoryDataMethods in com.ibm.java.diagnostics.healthcenter.api.nativememory.impl that return MemoryDataModifier and TypeMethodDescriptionNativeMemoryDataImpl.getFreePhysicalMemory()NativeMemoryCategoryImpl.getMemoryBreakdownData()NativeMemoryDataImpl.getProcessPhysical()NativeMemoryDataImpl.getProcessPrivate()NativeMemoryDataImpl.getProcessVirtual()NativeMemoryDataImpl.getTotalPhysicalMemory()