Code

collectd.conf(5): Documented the postgresql "by_table" queries.
authorSebastian Harl <sh@tokkee.org>
Fri, 26 Oct 2012 08:30:54 +0000 (10:30 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 26 Oct 2012 08:30:54 +0000 (10:30 +0200)
src/collectd.conf.pod

index e24282c3bdb9310f31aa30c4adb9d54bfb457d43..c23e3159878b21e5d2e6ccb9f5d17fab2e94d41a 100644 (file)
@@ -3722,6 +3722,23 @@ This query collects the on-disk size of the database in bytes.
 
 =back
 
+In addition, the following detailed queries are available by default. Please
+note that each of those queries collects information B<by table>, thus,
+potentially producing B<a lot> of data. For details see the description of the
+non-by_table queries above.
+
+=over 4
+
+=item B<queries_by_table>
+
+=item B<query_plans_by_table>
+
+=item B<table_states_by_table>
+
+=item B<disk_io_by_table>
+
+=back
+
 The B<Database> block defines one PostgreSQL database for which to collect
 statistics. It accepts a single mandatory argument which specifies the
 database name. None of the other options are required. PostgreSQL will use