summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4f03300)
raw | patch | inline | side by side (parent: 4f03300)
author | Florian Forster <octo@collectd.org> | |
Mon, 13 Jan 2014 15:39:17 +0000 (16:39 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Mon, 13 Jan 2014 15:39:17 +0000 (16:39 +0100) |
src/swap.c | patch | blob | history |
diff --git a/src/swap.c b/src/swap.c
index 564d606e0ad790a9466f536df280e28761812d4a..ae1865e7168bcb12e7f81d375c213345cf3dd199 100644 (file)
--- a/src/swap.c
+++ b/src/swap.c
swap_used = swap_total - (swap_free + swap_cached);
- INFO ("swap plugin: used = %g, free = %g, cached = %g", swap_used, swap_free, swap_cached);
swap_submit_usage (NULL, swap_used, swap_free, "cached", swap_cached);
return (0);
} /* }}} int swap_read_combined */