pgmetrics 1.8 released

From: Mahadevan Ramachandran <mahadevan(at)rapidloop(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgmetrics 1.8 released
Date: 2020-01-06 11:07:02
Message-ID: CADjCDK_tzHUiic1+mkXJghbAGLO97OzMaRpk1o+uktxcWAbTDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hello All,

We're happy to announce the release of v1.8 of pgmetrics. Changes since
the v1.7 release include:

* Extract information from PostgreSQL log files:
* auto_explain query execution plans
* autovacuum executions
* deadlock detection logs
* more info here [1]
* Collect and report table ACLs
* Collect the current highest WAL sequence number
* Other bug fixes, handling and performance improvements

You can get the latest release from GitHub [2].

Thanks to all the people who pitched in with bug reports, suggestions and
patches! Keep it coming!

About pgmetrics
---------------

pgmetrics is an open-source, zero-dependency, single-binary tool that can
collect a lot of information and statistics from a running PostgreSQL server
and display it in easy-to-read text format or export it as JSON or CSV for
scripting, monitoring and automation.

Learn more at https://pgmetrics.io/, or see a sample report here [3].

pgmetrics is an open-source project of RapidLoop [4].

[1] https://pgmetrics.io/docs/log.html
[2] https://github.com/rapidloop/pgmetrics/releases
[3] https://pgmetrics.io/docs/index.html#example
[4] https://www.rapidloop.com

Regards,
-Mahadevan

Browse pgsql-announce by date

  From Date Subject
Next Message Hiroshi Saito 2020-01-07 13:56:15 psqlODBC 12.01.0000 Released
Previous Message David Fetter 2020-01-05 19:39:10 == PostgreSQL Weekly News - January 5, 2020 ==