]> granicus.if.org Git - pgbadger/commitdiff
Update documentation
authorDarold Gilles <gilles@darold.net>
Tue, 18 Jun 2013 20:48:07 +0000 (22:48 +0200)
committerDarold Gilles <gilles@darold.net>
Tue, 18 Jun 2013 20:48:07 +0000 (22:48 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index cba2b312b0133e40016bd742398e51b7edd2262b..1beef8d39655437d2304d0af701e8d5e54b7b647 100644 (file)
--- a/README
+++ b/README
@@ -152,12 +152,18 @@ FEATURE
             The most frequent queries.
             The most frequent errors.
 
-    The following reports are also available with hourly charts:
+    The following reports are also available with hourly charts divide by
+    periods of five minutes:
 
             Hourly queries statistics.
             Hourly temporary file statistics.
             Hourly checkpoints statistics.
             Hourly restartpoints statistics.
+            Hourly autovacuum statistics.
+            Hourly autoanalyze statistics.
+
+    There's also some pie reports of distribution about:
+
             Locks statistics.
             Queries by type (select/insert/update/delete).
             Distribution of queries type per database/application
index 6592b53fcd6107291d6b479428520f792c68ec4a..9e7dd9393dafb8f8b4e4376703df2ec5162e1c92 100644 (file)
@@ -145,12 +145,18 @@ pgBadger reports everything about your SQL queries:
        The most frequent queries.
        The most frequent errors.
 
-The following reports are also available with hourly charts:
+The following reports are also available with hourly charts divide by periods of
+five minutes:
 
        Hourly queries statistics.
        Hourly temporary file statistics.
        Hourly checkpoints statistics.
        Hourly restartpoints statistics.
+       Hourly autovacuum statistics.
+       Hourly autoanalyze statistics.
+
+There's also some pie reports of distribution about:
+
        Locks statistics.
        Queries by type (select/insert/update/delete).
        Distribution of queries type per database/application