SystemMemInfo

System-wide memory information.

Members

Functions

freeRAM
ulong freeRAM()

Amout of physycal memory currently available (free), in bytes.

freeRAMPercent
double freeRAMPercent()

Amout of physycal memory currently available (free), in percents of total physycal memory.

freeVirtMem
ulong freeVirtMem()

Amout of virtual memory currently available (free), in bytes.

freeVirtMemPercent
double freeVirtMemPercent()

Amout of virtual memory currently available (free), in percents of total virtual memory.

totalRAM
ulong totalRAM()

Total physycal memory in the system, in bytes.

totalVirtMem
ulong totalVirtMem()

Total virtual memory in the system, in bytes.

update
void update()

Actualize values.

usedRAM
ulong usedRAM()

Amout of physycal memory currently in use, in bytes.

usedRAMPercent
double usedRAMPercent()

Amout of physycal memory currently in use, in percents of total physycal memory.

usedVirtMem
ulong usedVirtMem()

Amout of virtual memory currently in use, in bytes.

usedVirtMemPercent
double usedVirtMemPercent()

Amout of virtual memory currently in use, in percents of total virtual memory.

Meta