From 5d5b0e7744c639d9c08021c0a8f24def484fd23f Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Tue, 18 Jun 2013 22:48:07 +0200 Subject: [PATCH] Update documentation --- README | 8 +++++++- doc/pgBadger.pod | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README b/README index cba2b31..1beef8d 100644 --- 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 diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index 6592b53..9e7dd93 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -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 -- 2.50.1