Add more detailed descriptions for fields in swap input (#4763)

This commit is contained in:
Dirk Pahl 2018-10-18 21:59:03 +02:00 committed by Daniel Nelson
parent 3202bcdf19
commit 7cb75ca979
1 changed files with 6 additions and 6 deletions

View File

@ -16,12 +16,12 @@ For more information on what swap memory is, read [All about Linux swap space](h
- swap
- fields:
- free (int)
- total (int)
- used (int)
- used_percent (float)
- in (int)
- out (int)
- free (int, bytes): free swap memory
- total (int, bytes): total swap memory
- used (int, bytes): used swap memory
- used_percent (float, percent): percentage of swap memory used
- in (int, bytes): data swapped in since last boot calculated from page number
- out (int, bytes): data swapped out since last boot calculated from page number
### Example Output: