summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce92030)
raw | patch | inline | side by side (parent: ce92030)
author | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Wed, 18 Dec 2013 10:12:33 +0000 (11:12 +0100) | ||
committer | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Wed, 18 Dec 2013 10:12:33 +0000 (11:12 +0100) |
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 4542a4b59597b8606ef07afc6626b67f360778bb..cc8f556ccebe2442d7e93bc3e35acaa153dbe607 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# InterfaceFormat name
#</Plugin>
+#<Plugin load>
+# ReportRelative true
+#</Plugin>
+
#<Plugin lpar>
# CpuPoolStats false
# ReportBySerial false
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index fe72534eb18ee7748a36dcb02a8cfadb052d853a..e6b6afd9b4940de08aeb0054ebc388a4543e2490 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
++=head2 Plugin C<load>
+
+The I<Load plugin> collects the system load. These numbers give a rough overview
+over the utilization of a machine. The system load is defined as the number of
+runnable tasks in the run-queue and is provided by many operating systems as a
+one, five or fifteen minute average.
+
+The following configuration options are available:
+
+=over 4
+
+=item B<ReportRelative> B<false>|B<true>
+
+When enabled, system load divided by number of available CPU cores is reported
+for intervals 1 min, 5 min and 15 min. Defaults to false.
+
+=back
+
+
=head2 Plugin C<logfile>
=over 4