public class SolarisGlobalMemory extends AbstractGlobalMemory
| Constructor and Description |
|---|
SolarisGlobalMemory() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailable()
The amount of physical memory currently available, in bytes.
|
long |
getPageSize()
The number of bytes in a memory page
|
long |
getTotal()
The amount of actual physical memory, in bytes.
|
VirtualMemory |
getVirtualMemory()
Virtual memory, such as a swap file.
|
getPhysicalMemory, parsePhysicalMemorySize, toStringpublic long getAvailable()
GlobalMemorypublic long getTotal()
GlobalMemorypublic long getPageSize()
GlobalMemorypublic VirtualMemory getVirtualMemory()
GlobalMemoryCopyright © 2020. All rights reserved.