Merge pull request #1386 from Anakael/pr/anakael/add-swap-flags

[Memory] feat: Add swap flags
This commit is contained in:
Alex
2022-01-12 11:08:50 +01:00
committed by GitHub
2 changed files with 33 additions and 2 deletions

View File

@ -84,12 +84,20 @@ Addressed by *memory*
*{percentage}*: Percentage of memory in use.
*{swapPercentage}*: Percentage of swap in use.
*{total}*: Amount of total memory available in GiB.
*{swapTotal}*: Amount of total swap available in GiB.
*{used}*: Amount of used memory in GiB.
*{swapUsed}*: Amount of used swap in GiB.
*{avail}*: Amount of available memory in GiB.
*{swapAvail}*: Amount of available swap in GiB.
# EXAMPLES
```