mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added swapins and swapouts to the RAM module (#2222)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user