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