From 7cb75ca9791fef9316bd775f924b2e1a3c045476 Mon Sep 17 00:00:00 2001 From: Dirk Pahl Date: Thu, 18 Oct 2018 21:59:03 +0200 Subject: [PATCH] Add more detailed descriptions for fields in swap input (#4763) --- plugins/inputs/swap/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/inputs/swap/README.md b/plugins/inputs/swap/README.md index a5444ff2a..983892871 100644 --- a/plugins/inputs/swap/README.md +++ b/plugins/inputs/swap/README.md @@ -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: