pgCluu 3.1 released

From: Gilles Darold <gilles(at)darold(dot)net>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgCluu 3.1 released
Date: 2019-10-29 07:31:53
Message-ID: d4a47359-ba94-84ac-e4fb-3e0fc17fe3eb@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Grenoble, France - October 29th, 2019

**pgCluu 3.1 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 adds support to PostgreSQL
v12.0. It also adds a new report of extended statistics in view
"Table Statistics per database". Example:

    Table         | Extended Statistic
    --------------+-----------------------------------------------
    public.cities | CREATE STATISTICS sch1.t1_stat (dependencies)
                              ON city,country FROM public.cities;

This is what is reported by psql \drds command but as statements
definitiion.

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 be use to draw graphs
about the system utilization only.

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

About:
------

pgCluu is created and maintained by Gilles Darold.

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

--
Gilles Darold

Browse pgsql-announce by date

  From Date Subject
Next Message Alexander Saydakov 2019-10-29 18:10:59 Apache datasketches-postgresql 1.3.0-incubating released
Previous Message Britt Cole 2019-10-28 11:38:09 2Q PGConf 2019 Early Bird Registration Closing