redis plugin: Added commands statistics reporting
[collectd.git] / src / collectd.conf.pod
index 093ff76..34a3ed7 100644 (file)
@@ -7292,6 +7292,7 @@ Server state is requested by sending I<INFO> query.
         Host "localhost"
         Port "6379"
         Timeout 2000
+        ReportCommandStats false
         <Query "LLEN myqueue">
           #Database 0
           Type "queue_length"
@@ -7335,6 +7336,12 @@ globally.
 
 Defaults to 2000 (2 seconds).
 
+=item B<ReportCommandStats> B<false>|B<true>
+
+Enables or disables reporting of statistics based on the command type, including
+rate of command calls and average CPU time consumed.
+Defaults to B<false>.
+
 =item B<Query> I<Querystring>
 
 The B<Query> block identifies a query to execute against the redis server.