pgBadger v4.1 released

From: Gilles Darold <gilles(dot)darold(at)dalibo(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgBadger v4.1 released
Date: 2013-11-08 08:20:14
Message-ID: 527C9EBE.30002@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pgBadger v4.1 released
--------------------------------

Version 4.1 of pgBadger, a fast PostgreSQL log analyzer has been
officially released and is publicly available for download.

This release includes two major bug fixes:

- All reports with per minutes average was not reporting last time
fraction.
- On SQL traffic, report about queries per second had wrong min and
average value. Graph about select queries was wrong too.

and some few other minor bug fixes.

There's also some new features:

- Add min/max dataset on report about select queries per seconds.
- Allow external links use into URL to go to a specific report.
- Add --exclude-appname command line option to eliminate unwanted
traffic generated by a specific application.
- Add a chapter about howto build "Incremental reports" into
documentation.

Useful Links:
-----------------

- Website: http://dalibo.github.io/pgbadger/
- Download: https://sourceforge.net/projects/pgbadger/
- Development: https://github.com/dalibo/pgbadger/
- Changelog: https://github.com/dalibo/pgbadger/blob/master/ChangeLog

About pgBadger :
------------------------

pgBagder is a new generation log analyzer for PostgreSQL, created by
Gilles Darold (also author of ora2pg, the powerful migration tool).

pgBadger is a fast and easy tool to analyze your SQL traffic and create
HTML5 reports with dynamics graphs. This is the perfect tool to
understand the behavior of your PostgreSQL servers and identify which
SQL queries need to be optimized.

Docs, Download & Support at http://dalibo.github.io/pgbadger/

--
Gilles Darold
Administrateur de bases de données
http://dalibo.com - http://dalibo.org

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2013-11-11 05:58:19 == PostgreSQL Weekly News - November 10 2013 ==
Previous Message Daniele Varrazzo 2013-11-05 13:05:46 pg_repack 1.2.0-beta1 released