X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=088ec5d0231b32d97049df1a9b47ee45fec7ec1c;hb=e1d4681088e33d3ec256c296dff4dbaeb70b883a;hp=03cf8f0c768b21f7e1f7211a86cfecab0fce0a0b;hpb=996c5b6bdf9a22759b81d6b0ed47fea690db4c05;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 03cf8f0c..088ec5d0 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1457,6 +1457,16 @@ installed) to get the current CPU frequency. If this file does not exist make sure B (L) or a similar tool is installed and an "cpu governor" (that's a kernel module) is loaded. +=head2 Plugin C + +This plugin doesn't have any options. It reads CLOCK_BOOTTIME and +CLOCK_MONOTONIC and reports the difference between these clocks. Since +BOOTTIME clock increments while device is suspended and MONOTONIC +clock does not, the derivative of the difference between these clocks +gives the relative amount of time the device has spent in suspend +state. The recorded value is in milliseconds of sleep per seconds of +wall clock. + =head2 Plugin C =over 4 @@ -7843,6 +7853,14 @@ create output in the I (JSON). When set to KAIROSDB Defaults to B. +=item B B|B + +Controls whether I are POSTed to this location. Defaults to B. + +=item B B|B + +Controls whether I are POSTed to this location. Defaults to B. + =item B B If set to B, convert counter values to rates. If set to B (the