SystemMemoryInfo

external interface SystemMemoryInfo(source)

Properties

Link copied to clipboard
abstract var free: Double

The total amount of memory not being used by applications or disk cache.

Link copied to clipboard
abstract var swapFree: Double

The free amount of swap memory in Kilobytes available to the system.

Link copied to clipboard
abstract var swapTotal: Double

The total amount of swap memory in Kilobytes available to the system.

Link copied to clipboard
abstract var total: Double

The total amount of physical memory in Kilobytes available to the system.