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)

Reply via email to