From 229097acbb687d03bfd67650f3810ce94e8bd353 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 27 Mar 2008 17:41:08 +0100 Subject: [PATCH] collectd.conf(5): Document vmem's configuration option. Also updates src/collectd.conf.in. --- src/collectd.conf.in | 4 ++++ src/collectd.conf.pod | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index c5102cd5..bf400e4f 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -288,3 +288,7 @@ FQDNLookup true # UUIDFile "/etc/uuid" # +# +# Verbose false +# + diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 00f56e7f..c16a8fe2 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1169,6 +1169,24 @@ Take the UUID from the given file (default I). =back +=head2 Plugin C + +The C plugin collects information about the usage of virtual memory. +Since the statistics provided by the Linux kernel are very detailed, they are +collected very detailed. However, to get all the details, you have to switch +them on manually. Most people just want an overview over, such as the number of +pages read from swap space. + +=over 4 + +=item B B|B + +Enables verbose collection of information. This will start collecting page +"actions", e.Eg. page allocations, (de)activations, steals and so on. +Part of these statistics are collected on a "per zone" basis. + +=back + =head2 Plugin C This plugin doesn't have any options. B support is only available for -- 2.30.2