public class MacVirtualMemory extends AbstractVirtualMemory
lastSwapPagesNanos, lastSwapUsageNanos, swapPagesIn, swapPagesOut, swapTotal, swapUsed
Constructor and Description |
---|
MacVirtualMemory() |
Modifier and Type | Method and Description |
---|---|
long |
getSwapPagesIn()
Number of pages read from paging/swap file(s) to resolve hard page faults.
|
long |
getSwapPagesOut()
Number of pages written to paging/swap file(s) to free up space in physical
memory.
|
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
|
public long getSwapUsed()
public long getSwapTotal()
public long getSwapPagesIn()
public long getSwapPagesOut()
Copyright © 2010–2019 oshi. All rights reserved.