From 249e7ed3ecab84a1355404a02f5314c33b8b575b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 12 Jan 2014 09:37:42 +0100 Subject: [PATCH] collectd.conf(5): Document "Values{Absolute,Percentage} for the swap plugin. --- src/collectd.conf.in | 2 ++ src/collectd.conf.pod | 51 ++++++++++++++++++++++++++++++++------------------- 2 files changed, 34 insertions(+), 19 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 4de39f0a..07baf6f8 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -976,6 +976,8 @@ # # ReportByDevice false # ReportBytes true +# ValuesAbsolute true +# ValuesPercentage false # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3a79b0fd..994c9da4 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1603,17 +1603,17 @@ transfer agents and web caches. =item B B|B -Enables or disables reporting of free, used and used disk space in 1K-blocks. -Defaults to true. +Enables or disables reporting of free, used and used disk space in 1K-blocks. +Defaults to B. -=item B B|B +=item B B|B Enables or disables reporting of free, used and used disk space in percentage. -Defaults to false. +Defaults to B. -This is useful for deploying collectd on the cloud, where machines with -different disk size may exist. Then it is more practical to configure thresholds -based on relative disk size. +This is useful for deploying I on the cloud, where machines with +different disk size may exist. Then it is more practical to configure +thresholds based on relative disk size. =back @@ -2430,11 +2430,11 @@ B Temperature vddg Temperature vddq IgnoreSelectedTemperature true - + ShowPower true Power total0 Power total1 - IgnoreSelectedPower true + IgnoreSelectedPower true The following options are valid inside the Bmic> block: @@ -2491,7 +2491,7 @@ Fan In =item fout -Fan Out +Fan Out =item vccp @@ -2532,11 +2532,11 @@ Known power names are: =item total0 -Total power utilization averaged over Time Window 0 (uWatts). +Total power utilization averaged over Time Window 0 (uWatts). =item total1 -Total power utilization averaged over Time Window 0 (uWatts). +Total power utilization averaged over Time Window 0 (uWatts). =item inst @@ -2544,31 +2544,31 @@ Instantaneous power (uWatts). =item imax -Max instantaneous power (uWatts). +Max instantaneous power (uWatts). =item pcie -PCI-E connector power (uWatts). +PCI-E connector power (uWatts). =item c2x3 -2x3 connector power (uWatts). +2x3 connector power (uWatts). =item c2x4 -2x4 connector power (uWatts). +2x4 connector power (uWatts). =item vccp -Core rail (uVolts). +Core rail (uVolts). =item vddg -Uncore rail (uVolts). +Uncore rail (uVolts). =item vddq -Memory subsystem rail (uVolts). +Memory subsystem rail (uVolts). =back @@ -5356,6 +5356,19 @@ This option is only available if the I can read C When enabled, the I is reported in bytes. When disabled, the default, I is reported in pages. This option is available under Linux only. +=item B B|B + +Enables or disables reporting of absolute swap metrics, i.e. number of I +available and used. Defaults to B. + +=item B B|B + +Enables or disables reporting of relative swap metrics, i.e. I +available and free. Defaults to B. + +This is useful for deploying I in a heterogeneous environment, where +swap sizes differ and you want to specify generic thresholds or similar. + =back =head2 Plugin C -- 2.11.0