From: Xavier G Date: Sat, 23 Sep 2017 16:58:51 +0000 (+0200) Subject: cpu plugin: update documentation. X-Git-Tag: collectd-5.8.0~85^2~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a44d70c7fd9e47abbdb32fd245b20f15dbabc599;p=collectd.git cpu plugin: update documentation. --- 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