Modifier and Type | Method and Description |
---|---|
long |
getFreePhysicalMemory()
Gets the amount of physical memory (RAM) that is free on the monitored
system.
|
long |
getProcessPhysical()
Gets the amount of physical memory (RAM) that is currently in use by the
monitored process.
|
long |
getProcessPrivate()
Gets the amount of memory that is used exclusively by the monitored
process.
|
long |
getProcessVirtual()
Gets the total process address space in use.
|
long |
getTotalPhysicalMemory()
Gets the total amount of installed physical memory.
|
getEventTime
long getProcessPhysical()
long getProcessVirtual()
long getProcessPrivate()
long getFreePhysicalMemory()
long getTotalPhysicalMemory()