From a44d70c7fd9e47abbdb32fd245b20f15dbabc599 Mon Sep 17 00:00:00 2001 From: Xavier G Date: Sat, 23 Sep 2017 18:58:51 +0200 Subject: [PATCH] cpu plugin: update documentation. --- src/collectd.conf.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 379e0838..b24abef8 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1474,6 +1474,19 @@ in the un-aggregated (per-CPU, per-state) mode as well. When set to B, reports the number of available CPUs. Defaults to B. +=item B B|B + +When set to B, reports the "guest" and "guest_nice" CPU states. +Defaults to B. + +=item B B|B + +This option is only considered when B is set to B. +"guest" and "guest_nice" are included in respectively "user" and "nice". +If set to B, "guest" will be subtracted from "user" and "guest_nice" +will be subtracted from "nice". +Defaults to B. + =back =head2 Plugin C -- 2.11.0