pgCluu 2.1 released - Mailing list pgsql-announce

From Gilles Darold
Subject pgCluu 2.1 released
Date
Msg-id 54256CC1.8000900@dalibo.com
Whole thread Raw
List pgsql-announce
pgCluu 2.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 new release adds lot of report improvements and bug fixes. There is
also several new features or reports :

    - Allow system information commands to be executed remotely.
    - Allow sar to be executed on a remote server using a ssh connection.
    - New report of connections waiting for a lock.
    - Add average duration time in statement report.
    - New pg_stat_statements report.
    - Add pg_default and pg_global to tablespace size report.

New options to pgcluu_collectd:

    -M or --max-size option to allow an output directory size limit.
    --no-database to avoid collecting statistics from a database.
    -C count to terminate program after collecting data for X times.
    -E or --end-after to terminate program after for some time.
    -V or --version to show version information.

And some more changes/fixes, see ChangeLog for a complete list.

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 an original collection of tools built during my work at
Dalibo. Those tools are 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://sourceforge.net/projects/pgcluu/
  * Development: https://github.com/darold/pgcluu
  * Documentation: https://github.com/darold/pgcluu/blob/master/README


--
Gilles Darold
http://dalibo.com - http://dalibo.org



pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - September 21 2014 ==
Next
From: Gilles Darold
Date:
Subject: pgBadger 6.1 released