Grenoble, France - September 30th, 2021
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.
New or enhanced reports/features:
New command line options:
New configuration directives :
Backward compatibility:
See ChangeLog 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/
View a sample report at http://pgcluu.darold.net/example/index.html
pgCluu is created and maintained by Gilles Darold.