Document changes, mostly taken from @vbartoni's original work
authorPierre-Yves Ritschard <pyr@spootnik.org>
Wed, 18 Dec 2013 10:12:33 +0000 (11:12 +0100)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Wed, 18 Dec 2013 10:12:33 +0000 (11:12 +0100)
src/collectd.conf.in
src/collectd.conf.pod

index 4542a4b..cc8f556 100644 (file)
 #      InterfaceFormat name
 #</Plugin>
 
+#<Plugin load>
+#        ReportRelative true
+#</Plugin>
+
 #<Plugin lpar>
 #      CpuPoolStats   false
 #      ReportBySerial false
index fe72534..e6b6afd 100644 (file)
@@ -2199,6 +2199,25 @@ interface path might change between reboots of a guest or across migrations.
 
 =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