]> granicus.if.org Git - pgbadger/commitdiff
Update documentation about new options and pgbouncer reports.
authorDarold Gilles <gilles@darold.net>
Mon, 22 Feb 2016 11:09:48 +0000 (12:09 +0100)
committerDarold Gilles <gilles@darold.net>
Mon, 22 Feb 2016 11:09:48 +0000 (12:09 +0100)
README
doc/pgBadger.pod

diff --git a/README b/README
index 6251cda7c3e122b13af7cbdaab7b068807da8edc..0ba033c7203a3f6a9b787a94ce74c2bf02dfabfc 100644 (file)
--- a/README
+++ b/README
@@ -139,6 +139,7 @@ SYNOPSIS
                                  the same time.
         --rebuild              : used to rebuild all html reports in incremental
                                  output directories where there is binary data files.
+        --pgbouncer-only       : only show pgbouncer related menu in the header.
 
     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
@@ -307,6 +308,24 @@ FEATURE
     All charts are zoomable and can be saved as PNG images. SQL queries
     reported are highlighted and beautified automatically.
 
+    pgBadger is also able to parse pgbouncer log files and to create the
+    following reports:
+
+            Request Throughput
+            Bytes I/O Throughput
+            Queries Average duration
+            Simultaneous sessions
+            Histogram of sessions times
+            Sessions per database
+            Sessions per user
+            Sessions per host
+            Established connections
+            Connections per database
+            Connections per user
+            Connections per host
+            Most used reserved pools
+            Most Frequent Errors/Events
+
     You can also have incremental reports with one report per day and a
     cumulative report per week. Two multiprocess modes are available to
     speed up log parsing, one using one core per log file, and the second
index 77000b6adcec7c1162ed5da244289e9f622cc33b..77c240993e474d950f128c3f53aa10a58f36abba 100644 (file)
@@ -141,6 +141,7 @@ Options:
                              the same time.
     --rebuild              : used to rebuild all html reports in incremental
                              output directories where there is binary data files.
+    --pgbouncer-only       : only show pgbouncer related menu in the header.
 
 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 hostname. There's also
@@ -307,6 +308,24 @@ There are also some pie charts about distribution of:
 All charts are zoomable and can be saved as PNG images. SQL queries reported are
 highlighted and beautified automatically.
 
+pgBadger is also able to parse pgbouncer log files and to create the following
+reports:
+
+       Request Throughput
+       Bytes I/O Throughput
+       Queries Average duration
+       Simultaneous sessions
+       Histogram of sessions times
+       Sessions per database
+       Sessions per user
+       Sessions per host
+       Established connections
+       Connections per database
+       Connections per user
+       Connections per host
+       Most used reserved pools
+       Most Frequent Errors/Events
+
 You can also have incremental reports with one report per day and a cumulative
 report per week. Two multiprocess modes are available to speed up log parsing,
 one using one core per log file, and the second using multiple cores to parse