ddn.util.monaco.memory

Types 2

Virtual memory statistics structure.

Represents various memory statistics for the system.

Fields
ulong total
ulong available
ulong used
ulong free
double percent
ulong active
ulong inactive
ulong buffers
ulong cached
ulong sharedMem
ulong slab

Swap memory statistics structure.

Represents swap memory statistics for the system.

Fields
ulong total
ulong used
ulong free
double percent
ulong sin
ulong sout

Functions 2

fnVirtualMemory virtualMemory() @safeGets virtual memory statistics.
fnSwapMemory swapMemory() @safeGets swap memory statistics.