From: Florian Forster Date: Thu, 27 Mar 2008 16:41:08 +0000 (+0100) Subject: collectd.conf(5): Document vmem's configuration option. X-Git-Tag: collectd-4.4.0~62 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=229097acbb687d03bfd67650f3810ce94e8bd353;p=collectd.git collectd.conf(5): Document vmem's configuration option. Also updates src/collectd.conf.in. --- 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