public interface GlobalMemory extends Serializable
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailable()
The amount of physical memory currently available, in bytes.
|
long |
getSwapTotal()
The current size of the paging/swap file(s), in bytes.
|
long |
getSwapUsed()
The current memory committed to the paging/swap file(s), in bytes
|
long |
getTotal()
The amount of actual physical memory, in bytes.
|
long getTotal()
long getAvailable()
long getSwapTotal()
long getSwapUsed()
Copyright © 2010–2018 oshi. All rights reserved.