icon | Memory icon | Icon | - |
icon_swap | Swap icon | Icon | - |
mem_total | Total physical ram available | Number | Bytes |
mem_free | Free memory not yet used by the kernel or userspace (in general you should use mem_avail) | Number | Bytes |
mem_free_percents | as above but as a percentage of total memory | Number | Percents |
mem_avail | Kernel estimate of usable free memory which includes cached memory and buffers | Number | Bytes |
mem_avail_percents | as above but as a percentage of total memory | Number | Percents |
mem_total_used | mem_total - mem_free | Number | Bytes |
mem_total_used_percents | as above but as a percentage of total memory | Number | Percents |
mem_used | Memory used, excluding cached memory and buffers; same as htop’s green bar | Number | Bytes |
mem_used_percents | as above but as a percentage of total memory | Number | Percents |
buffers | Buffers, similar to htop’s blue bar | Number | Bytes |
buffers_percent | as above but as a percentage of total memory | Number | Percents |
cached | Cached memory (taking into account ZFS ARC cache), similar to htop’s yellow bar | Number | Bytes |
cached_percent | as above but as a percentage of total memory | Number | Percents |
swap_total | Swap total | Number | Bytes |
swap_free | Swap free | Number | Bytes |
swap_free_percents | as above but as a percentage of total memory | Number | Percents |
swap_used | Swap used | Number | Bytes |
swap_used_percents | as above but as a percentage of total memory | Number | Percents |
zram_compressed | Compressed zram memory usage | Number | Bytes |
zram_decompressed | Decompressed zram memory usage | Number | Bytes |
‘zram_comp_ratio’ | Ratio of the decompressed/compressed zram memory | Number | - |
zswap_compressed | Compressed zswap memory usage (>=Linux 5.19) | Number | Bytes |
zswap_decompressed | Decompressed zswap memory usage (>=Linux 5.19) | Number | Bytes |
zswap_decompressed_percents | as above but as a percentage of total zswap memory (>=Linux 5.19) | Number | Percents |
‘zswap_comp_ratio’ | Ratio of the decompressed/compressed zswap memory (>=Linux 5.19) | Number | - |