From 04c20157f5824fd1f09406bb4fd9fe1be5c5ef6d Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Mon, 22 Feb 2016 12:09:48 +0100 Subject: [PATCH] Update documentation about new options and pgbouncer reports. --- README | 19 +++++++++++++++++++ doc/pgBadger.pod | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/README b/README index 6251cda..0ba033c 100644 --- 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 diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 77000b6..77c2409 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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 -- 2.50.1