pgCluu 3.1 released

Поиск
Список
Период
Сортировка
От Gilles Darold
Тема pgCluu 3.1 released
Дата
Msg-id d4a47359-ba94-84ac-e4fb-3e0fc17fe3eb@darold.net
обсуждение исходный текст
Список 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




В списке pgsql-announce по дате отправления:

Предыдущее
От: Britt Cole
Дата:
Сообщение: 2Q PGConf 2019 Early Bird Registration Closing
Следующее
От: Alexander Saydakov
Дата:
Сообщение: Apache datasketches-postgresql 1.3.0-incubating released