1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: pgcluu
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends:
apache2-dev | dh-apache2,
debhelper-compat (= 12),
yui-compressor,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://pgcluu.darold.net/
Vcs-Browser: https://salsa.debian.org/postgresql/pgcluu
Vcs-Git: https://salsa.debian.org/postgresql/pgcluu.git
Package: pgcluu
Architecture: all
Depends:
libjs-jquery,
libjs-underscore,
perl:any,
postgresql-common,
${misc:Depends},
Recommends: sysstat
Description: PostgreSQL performance monitoring and auditing tool
pgCluu is a PostgreSQL performance monitoring and auditing tool. It is a Perl
program used to perform a full audit of PostgreSQL cluster and system
performance. It is divided in three parts:
.
pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
using the psql command line utility and sar from the sysstat package
.
pgcluu: generates static HTML output containing charts and graphs
.
pgcluu.cgi: generates dynamic HTML output containing charts and graphs
|