Fix field name typo in swap documentation
(cherry picked from commit 210dfcee83
)
This commit is contained in:
parent
eeb1bdc804
commit
0d567efaef
|
@ -16,12 +16,12 @@ For a more information on what swap memory is, read [All about Linux swap space]
|
|||
|
||||
- swap
|
||||
- fields:
|
||||
- free (int)
|
||||
- total (int)
|
||||
- used (int)
|
||||
- used_percent (float)
|
||||
- sin (int)
|
||||
- sout (int)
|
||||
- free (int)
|
||||
- total (int)
|
||||
- used (int)
|
||||
- used_percent (float)
|
||||
- in (int)
|
||||
- out (int)
|
||||
|
||||
### Example Output:
|
||||
|
||||
|
|
Loading…
Reference in New Issue