Path to this page:
./
databases/postgresql90-monitoring,
PostgreSQL monitoring tools
Branch: pkgsrc-2012Q3,
Version: 9.0.9,
Package name: postgresql90-monitoring-9.0.9,
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 build:[
devel/bison] [
devel/gmake]
Master sites: (Expand)
SHA1: ff9907d0941578f15a6eda52a60982d9ecafbcf1
RMD160: 03cd901956c09e50e3d91f69962301d31e361391
Filesize: 14656.642 KB
Version history: (Expand)
- (2012-10-02) Package added to pkgsrc.se, version postgresql90-monitoring-9.0.9 (created)