Add more detailed descriptions for fields in swap input (#4763)
This commit is contained in:
parent
3202bcdf19
commit
7cb75ca979
|
@ -16,12 +16,12 @@ For more information on what swap memory is, read [All about Linux swap space](h
|
||||||
|
|
||||||
- swap
|
- swap
|
||||||
- fields:
|
- fields:
|
||||||
- free (int)
|
- free (int, bytes): free swap memory
|
||||||
- total (int)
|
- total (int, bytes): total swap memory
|
||||||
- used (int)
|
- used (int, bytes): used swap memory
|
||||||
- used_percent (float)
|
- used_percent (float, percent): percentage of swap memory used
|
||||||
- in (int)
|
- in (int, bytes): data swapped in since last boot calculated from page number
|
||||||
- out (int)
|
- out (int, bytes): data swapped out since last boot calculated from page number
|
||||||
|
|
||||||
### Example Output:
|
### Example Output:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue