]> granicus.if.org Git - pgbadger/commitdiff
Update documentation with last reports.
authorDarold Gilles <gilles@darold.net>
Fri, 17 Apr 2015 08:11:51 +0000 (10:11 +0200)
committerDarold Gilles <gilles@darold.net>
Fri, 17 Apr 2015 08:11:51 +0000 (10:11 +0200)
README
doc/pgBadger.pod

diff --git a/README b/README
index 23708a2bbc4ceebec3c6150f092b73a73fed5cf0..24ff8f681ae7f5b65ddedd7d1fda1103e08a0bae 100644 (file)
--- a/README
+++ b/README
@@ -130,6 +130,7 @@ SYNOPSIS
                                  mode.
         --log-duration         : force pgbadger to associate log entries generated
                                  by both log_duration = on and log_statement = 'all'
+        --enable-checksum      : used to add a md5 sum under each query report.
 
     pgBadger is able to parse a remote log file using a passwordless ssh
     connection. Use the -r or --remote-host to set the host ip address or
@@ -250,6 +251,10 @@ FEATURE
             The most frequent queries.
             The most frequent errors.
             Histogram of query times.
+            Histogram of sessions times.
+            Users involved in top queries.
+            Queries generating the most cancellation.
+            Queries most cancelled.
 
     The following reports are also available with hourly charts divide by
     periods of five minutes:
@@ -258,6 +263,7 @@ FEATURE
             Temporary file statistics.
             Checkpoints statistics.
             Autovacuum and autoanalyze statistics.
+            Cancelled queries.
 
     There's also some pie reports of distribution about:
 
@@ -267,7 +273,7 @@ FEATURE
             Sessions per database/user/client.
             Connections per database/user/client.
             Autovacuum and autoanalyze per table.
-            Histogram of sessions times.
+            Queries per user and total duration per user.
 
     All charts are zoomable and can be saved as PNG images. SQL queries
     reported are highlighted and beautified automatically.
index 8e47c09e751e9ba0ae17e6dfe8fe8c7f4337fa59..ce2dcf5c92c75eded30a3040fa3e122a0e0915a4 100644 (file)
@@ -252,6 +252,10 @@ pgBadger reports everything about your SQL queries:
        The most frequent queries.
        The most frequent errors.
        Histogram of query times.
+       Histogram of sessions times.
+       Users involved in top queries.
+       Queries generating the most cancellation.
+       Queries most cancelled.
 
 The following reports are also available with hourly charts divide by periods of
 five minutes:
@@ -260,6 +264,7 @@ five minutes:
        Temporary file statistics.
        Checkpoints statistics.
        Autovacuum and autoanalyze statistics.
+       Cancelled queries.
 
 There's also some pie reports of distribution about:
 
@@ -269,7 +274,7 @@ There's also some pie reports of distribution about:
        Sessions per database/user/client.
        Connections per database/user/client.
        Autovacuum and autoanalyze per table.
-       Histogram of sessions times.
+       Queries per user and total duration per user.
 
 All charts are zoomable and can be saved as PNG images. SQL queries reported are
 highlighted and beautified automatically.