Virtual memory
Represents the virtual memory statistics of the system, providing detailed information about the swap memory, virtual memory limits, and usage statistics.
Original source
The baseboard information are retrieved from Hardware.GlobalMemory.VirtualMemory interface
KInfo's source
Properties
swapTotal
The total amount of swap space available in the system (in bytes)
swapUsed
The amount of swap space currently being used (in bytes)
virtualMax
The maximum amount of virtual memory that the system can use (in bytes)
virtualInUse
The amount of virtual memory currently in use (in bytes)
swapPagesIn
The number of pages that have been swapped in from disk into memory
swapPagesOut
The number of pages that have been swapped out from memory to disk