getXXXTotalMemory()-getXXXFreeMemory()
Method name | Function |
---|---|
getEdenFreeMemory Method | Acquires the available space in the Eden area. |
getEdenMaxMemory Method | Acquires the maximum space used by the Eden area. |
getEdenTotalMemory Method | Acquires the available space in the Eden area. |
getPermFreeMemory Method | Acquires the available space in the Permanent area. |
getPermMaxMemory Method | Acquires the maximum space used by the Permanent area. |
getPermTotalMemory Method | Acquires the available space in the Permanent area. |
getSurvivorFreeMemory Method | Acquires the available space in the Survivor area. |
getSurvivorMaxMemory Method | Acquires the maximum space used by the Survivor area. |
getSurvivorTotalMemory Method | Acquires the available space in the Survivor area. |
getTenuredFreeMemory Method | Acquires the available space in the Tenured area. |
getTenuredMaxMemory Method | Acquires the maximum space used by the Tenured area. |
getTenuredTotalMemory Method | Acquires the available space in the Tenured area. |
free_memory = JP.co.Hitachi.soft.jvm.MemoryInfo.getPermFreeMemory()
use_memory = JP.co.Hitachi.soft.jvm.MemoryInfo.getEdenTotalMemory()-JP.co.Hitachi.soft.jvm.MemoryInfo.getEdenFreeMemory()