Path to this page:
./
databases/postgresql94-monitoring,
PostgreSQL monitoring tools
Branch: pkgsrc-2015Q2,
Version: 9.4.4,
Package name: postgresql94-monitoring-9.4.4,
Maintainer: adamThis package provides the following PostgreSQL modules:
- auto_explain
- pg_buffercache
- pg_stat_statements
- pgstattuple
The "auto_explain" module provides a means for logging execution
plans of slow statements automatically, without having to run
EXPLAIN(7) by hand. This is especially helpful for tracking down
un-optimized queries in large applications.
The "pg_buffercache" module provides a means for examining what's
happening in the shared buffer cache in real time.
The "pg_stat_statements" module provides a means for tracking
execution statistics of all SQL statements executed by a server.
The "pgstattuple" module provides various functions to obtain
tuple-level statistics.
Master sites:
SHA1: e295fee0f1bace740b2db1eaa64ac060e277d5a7
RMD160: 8bb4bc15d62a310c27d2028d01466b1dce03e51f
Filesize: 17203.391 KB
Version history: (Expand)
- (2015-07-04) Package added to pkgsrc.se, version postgresql94-monitoring-9.4.4 (created)