feat: added swapins and swapouts to the RAM module (#2222)

This commit is contained in:
Serhiy Mytrovtsiy
2024-11-28 18:38:57 +01:00
parent 6a83b27bbb
commit 99cdd3c805
4 changed files with 17 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ You can use a combination of any of the variables.
<li><b>$mem.compressed</b>: <small>Compressed RAM memory.</small></li>
<li><b>$mem.app</b>: <small>Used RAM memory by applications.</small></li>
<li><b>$mem.cache</b>: <small>Cached RAM memory.</small></li>
<li><b>$mem.swapins</b>: <small>The number of memory pages loaded in from virtual memory to physical memory.</small></li>
<li><b>$mem.swapouts</b>: <small>The number of memory pages swapped out to physical memory from virtual memory.</small></li>
<li><b>$swap.total</b>: <small>Total swap memory.</small></li>
<li><b>$swap.used</b>: <small>Used swap memory.</small></li>
<li><b>$swap.free</b>: <small>Free swap memory.</small></li>