summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e18a243)
raw | patch | inline | side by side (parent: e18a243)
author | Florian Forster <octo@noris.net> | |
Thu, 27 Mar 2008 16:41:08 +0000 (17:41 +0100) | ||
committer | Florian 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 | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index c5102cd51fc182eb8cb948ffbbf5633fee966b86..bf400e4fe58de0d4baea3379df66248572492170 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# UUIDFile "/etc/uuid"
#</Plugin>
+#<Plugin vmem>
+# Verbose false
+#</Plugin>
+
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 00f56e7f3281541204edddb83ccb3897c1cde446..c16a8fe2f5a2982722acebaf2c7ad500a0e7e7a1 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=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