SystemMemoryInfo$Typings extension
Properties
-
available
↔ num
-
Estimation of how much memory, in bytes, is available for starting new
applications, without swapping. Unlike the data provided by the cache or
free fields, this field takes into account page cache and also that not
all reclaimable memory will be reclaimed due to items being in use.
getter/setter pair
-
buffers
↔ num
-
Memory used by kernel buffers.
getter/setter pair
-
cached
↔ num
-
Memory used by the page cache and slabs.
getter/setter pair
-
free
↔ num
-
Unused memory in bytes.
getter/setter pair
-
swapFree
↔ num
-
Unused swap memory.
getter/setter pair
-
swapTotal
↔ num
-
Total swap memory.
getter/setter pair
-
total
↔ num
-
Total installed memory in bytes.
getter/setter pair