From: Darold Gilles Date: Fri, 17 Apr 2015 08:11:51 +0000 (+0200) Subject: Update documentation with last reports. X-Git-Tag: v7.0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=238131c9632070954f1f5c610467c9ea05d09b9f;p=pgbadger Update documentation with last reports. --- diff --git a/README b/README index 23708a2..24ff8f6 100644 --- 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. diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 8e47c09..ce2dcf5 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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.