pgBadger 10.2 is out

From: Gilles Darold <gilles(at)darold(dot)net>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgBadger 10.2 is out
Date: 2018-12-27 23:11:34
Message-ID: e6d84694-cee9-d5a2-de53-dfbc8d209640@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Grenoble, France - December 27th, 2018

pgBadger is a PostgreSQL performance analyzer, built for speed with
fully detailed reports based on your PostgreSQL log files.

pgBadger 10.2 was released today, this is a maintenance release that
fixes issues reported by users during last three months. There is also
some new useful features:

  * Add support to pgbouncer 1.8 Stats log format.
  * Auto adjust javascript graph timezone.
  * Add support to http or ftp remote PostgreSQL log file download.
    The log file is parsed during the download using curl command
    and never saved to disk. With ssh remote log parsing you can use
    uri as command line argument to specify the PostgreSQL log file.
   
            ssh://localhost/postgresql-10-main.log
            http://localhost/postgresql-10-main.log.gz
            ftp://localhost/postgresql-10-main.log
   
    with http and ftp protocol you need to specify the log file format
    at end of the uri:
   
            http://localhost/postgresql-10-main.log:stderr
   
    You can specify multiple uri for log files to be parsed. This is
    useful when you have pgbouncer log file on a remote host and
    PostgreSQL logs in the local host.

    With ssh protocol you can use wild card too like with remote
    mode, ex: ssh://localhost/postgresql-10-main.log*
   
    Old syntax to parse remote log file using -r option is still
    working but is obsolete and might be removed in future versions.

There is a new command line option:

  * Add --exclude-db option to compute report about everything except
    the specified database.

For the complete list of changes, please checkout the release note
on https://github.com/darold/pgbadger/blob/master/ChangeLog

===== Links & Credits =====

I would like to thank all users who submitted patches and users
who reported bugs and feature requests, they are all cited
the ChangeLog file.

pgBadger is an open project. Any contribution to build a better tool is
welcome. You just have to send your ideas, features requests or patches
using the GitHub tools or directly to pgbadger(at)darold(dot)net(dot)

Links :

* Download:  https://github.com/darold/pgbadger/releases/
* Support: use GitHub report tool at
https://github.com/darold/pgbadger/issues
  or contact pgbadger(at)darold(dot)net(dot)

For a complete list of commercial support near of your place take a look
at the PostgreSQL Professional Services page, they all do great job and
most of them can help you.
(http://www.postgresql.org/support/professional_support)

--------------

**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. pgBadger is the perfect tool to
understand the behavior of your PostgreSQL servers and identify which
SQL queries need to be optimized.

Docs, Download & Demo at http://pgbadger.darold.net/

--
Gilles Darold

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2018-12-30 22:21:49 == PostgreSQL Weekly News - December 30, 2018 ==
Previous Message David Fetter 2018-12-23 23:02:34 == PostgreSQL Weekly News - December 23, 2018 ==