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
