X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=75b956fed51dc7b227294a9347083f9f17895091;hb=f71007c326f29e3fff754eba56ba275370a265b2;hp=093ff76594a8dc7515f8512db29796c40c691736;hpb=203c25da6fed60b39c31e382e2865c4fcfe3dc05;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 093ff765..75b956fe 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7285,13 +7285,14 @@ The I connects to one or more Redis servers, gathers information about each server's state and executes user-defined queries. For each server there is a I block which configures the connection parameters and set of user-defined queries for this node. -Server state is requested by sending I query. Host "localhost" Port "6379" Timeout 2000 + ReportCommandStats false + ReportCpuUsage true #Database 0 Type "queue_length" @@ -7335,6 +7336,17 @@ globally. Defaults to 2000 (2 seconds). +=item B B|B + +Enables or disables reporting of statistics based on the command type, including +rate of command calls and average CPU time consumed by command processing. +Defaults to B. + +=item B B|B + +Enables or disables reporting of CPU consumption statistics. +Defaults to B. + =item B I The B block identifies a query to execute against the redis server.