pgcluu v3.3 released

From: MigOps via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pgcluu v3.3 released
Date: 2022-06-03 12:34:41
Message-ID: 165425968127.573543.6217068430917721716@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Praha, Czech Republic - June 02, 2021

## pgCluu 3.3 released

**PostgreSQL Cluster Utilization**

pgCluu is a Perl program used to perform a full audit of a PostgreSQL
Cluster performances. It is divided in two parts, a collector used to
grab statistics on the PostgreSQL server using psql and sar, a reports
builder that will generate all HTML and charts output.

This release is a maintenance release that fixes issues reported by
users since past nine months. It also adds new reports and features.

- Add TCP utilization and TCP errors reports, from sar -nTCP,ETCP.
- Add a comment in the suggested index if it could be redundant
with existing ones.
- Add support to run pgcluu_collect as user with the pg_monitor role.

See [ChangeLog](https://github.com/lzlabs/pgcluu/releases/tag/v3.3) for a complete list of changes and bug fixes.

The goal of this project is to provide a complete PostgreSQL auditing
tool that don't need any dependency to be run easily to audit a local
or remote server.

If you just have a sar output file, pgCluu can also be use to draw graphs
about the system utilization from this file.

pgCluu is a collection of tools published under the PostgreSQL License
to be shared, any one is welcome to contribute.

For more information take a look at [http://pgcluu.darold.net/](http://pgcluu.darold.net/)

View a sample report at [http://pgcluu.darold.net/example/index.html](http://pgcluu.darold.net/example/index.html)

## About

pgCluu is created and maintained by Gilles Darold.

* Web/Demo site: [http://pgcluu.darold.net/](http://pgcluu.darold.net/)
* Download: [https://github.com/darold/pgcluu/releases](https://github.com/darold/pgcluu/releases)
* Development: [https://github.com/darold/pgcluu](https://github.com/darold/pgcluu)
* Documentation: [https://github.com/darold/pgcluu/blob/master/README](https://github.com/darold/pgcluu/blob/master/README)

Browse pgsql-announce by date

  From Date Subject
Next Message MigOps via PostgreSQL Announce 2022-06-03 12:36:00 pgtt v2.8.0 has been published
Previous Message Microsoft Azure via PostgreSQL Announce 2022-06-02 12:44:47 Citus Con: An Event for Postgres—It’s a wrap!