collectd.conf(5): Document vmem's configuration option.
authorFlorian Forster <octo@noris.net>
Thu, 27 Mar 2008 16:41:08 +0000 (17:41 +0100)
committerFlorian Forster <octo@noris.net>
Thu, 27 Mar 2008 16:41:08 +0000 (17:41 +0100)
Also updates src/collectd.conf.in.

src/collectd.conf.in
src/collectd.conf.pod

index c5102cd..bf400e4 100644 (file)
@@ -288,3 +288,7 @@ FQDNLookup   true
 #      UUIDFile "/etc/uuid"
 #</Plugin>
 
+#<Plugin vmem>
+#      Verbose false
+#</Plugin>
+
index 00f56e7..c16a8fe 100644 (file)
@@ -1169,6 +1169,24 @@ Take the UUID from the given file (default I</etc/uuid>).
 
 =back
 
+=head2 Plugin C<vmem>
+
+The C<vmem> 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<Verbose> B<true>|B<false>
+
+Enables verbose collection of information. This will start collecting page
+"actions", e.E<nbsp>g. page allocations, (de)activations, steals and so on.
+Part of these statistics are collected on a "per zone" basis.
+
+=back
+
 =head2 Plugin C<vserver>
 
 This plugin doesn't have any options. B<VServer> support is only available for