VirtualMemoryImpl
Implementation of the VirtualMemory
interface. This class provides details about the virtual memory statistics of the system, including swap memory usage, virtual memory limits, and the number of swap pages.
Parameters
virtualMemory
The source object containing virtual memory information from the hardware.
See also
Properties
Link copied to clipboard
swapPagesIn
The number of pages that have been swapped in from disk into memory
Link copied to clipboard
swapPagesOut
The number of pages that have been swapped out from memory to disk
Link copied to clipboard
virtualInUse
The amount of virtual memory currently in use (in bytes)
Link copied to clipboard
virtualMax
The maximum amount of virtual memory that the system can use (in bytes)