SystemMemoryInfo$Typings extension
Properties
- available ↔ num
-
Available on SystemMemoryInfo, provided by the SystemMemoryInfo$Typings extension
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
-
Available on SystemMemoryInfo, provided by the SystemMemoryInfo$Typings extension
Memory used by kernel buffers.getter/setter pair - cached ↔ num
-
Available on SystemMemoryInfo, provided by the SystemMemoryInfo$Typings extension
Memory used by the page cache and slabs.getter/setter pair - free ↔ num
-
Available on SystemMemoryInfo, provided by the SystemMemoryInfo$Typings extension
Unused memory in bytes.getter/setter pair - swapFree ↔ num
-
Available on SystemMemoryInfo, provided by the SystemMemoryInfo$Typings extension
Unused swap memory.getter/setter pair - swapTotal ↔ num
-
Available on SystemMemoryInfo, provided by the SystemMemoryInfo$Typings extension
Total swap memory.getter/setter pair - total ↔ num
-
Available on SystemMemoryInfo, provided by the SystemMemoryInfo$Typings extension
Total installed memory in bytes.getter/setter pair