Skip to content

Commit bf3a8ee

Browse files
dirkaholicMathieu Lecarme
authored and
Mathieu Lecarme
committed
Add more detailed descriptions for fields in swap input (influxdata#4763)
1 parent 23de297 commit bf3a8ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/inputs/swap/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ For more information on what swap memory is, read [All about Linux swap space](h
1616

1717
- swap
1818
- fields:
19-
- free (int)
20-
- total (int)
21-
- used (int)
22-
- used_percent (float)
23-
- in (int)
24-
- out (int)
19+
- free (int, bytes): free swap memory
20+
- total (int, bytes): total swap memory
21+
- used (int, bytes): used swap memory
22+
- used_percent (float, percent): percentage of swap memory used
23+
- in (int, bytes): data swapped in since last boot calculated from page number
24+
- out (int, bytes): data swapped out since last boot calculated from page number
2525

2626
### Example Output:
2727

0 commit comments

Comments
 (0)