Path to this page:
./
databases/postgresql91-monitoring,
PostgreSQL monitoring tools
Branch: pkgsrc-2015Q4,
Version: 9.1.19,
Package name: postgresql91-monitoring-9.1.19,
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.
Required to run:[
databases/postgresql91-client]
Master sites:
SHA1: d3a2b031f87f5cb5285cf038df8d91a6e3279d86
RMD160: 49675a3ae61ced65260b9b9f7f78d0b8436c72a3
Filesize: 15472.635 KB
Version history: (Expand)
- (2016-01-02) Package added to pkgsrc.se, version postgresql91-monitoring-9.1.19 (created)