X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=75b956fed51dc7b227294a9347083f9f17895091;hb=f71007c326f29e3fff754eba56ba275370a265b2;hp=31a094d0b5c215a9e255d923e0f79d7ea47fe89f;hpb=b6305bd1e78a0341f985976cebafad1203a5703d;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 31a094d0..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" @@ -7307,7 +7308,7 @@ Server state is requested by sending I query. The B block identifies a new Redis node, that is a new Redis instance running in an specified host and port. The name for node is a canonical identifier which is used as I. It is limited to -64Echaracters in length. +128Echaracters in length. When no B is configured explicitly, plugin connects to "localhost:6379". @@ -7329,12 +7330,23 @@ Use I to authenticate when connecting to I. =item B I The B option set the socket timeout for node response. Since the Redis -read function is blocking, you should keep this value as low as possible. Keep -in mind that the sum of all B values for all B should be lower -than B defined globally. +read function is blocking, you should keep this value as low as possible. +It is expected what B values should be lower than B defined +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. @@ -7353,7 +7365,7 @@ See L for more details on types and their configuration. Within a query definition, an optional type instance to use when submitting the result of the query. When not supplied will default to the escaped -command, up to 64 chars. +command, up to 128 chars. =item B I