Path to this page:
./
databases/postgresql92-monitoring,
PostgreSQL monitoring tools
Branch: pkgsrc-2015Q1,
Version: 9.2.10,
Package name: postgresql92-monitoring-9.2.10,
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/postgresql92-client] [
databases/postgresql92-server]
Master sites:
SHA1: 3c82fc1d37ae10063b15caef39216616252de0a0
RMD160: 35993f5b5c536a4a105d278969633a760b16a4d5
Filesize: 15970.202 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version postgresql92-monitoring-9.2.10 (created)