pg_monitoring

This Release
pg_monitoring 0.0.1
Date
Status
Stable
Abstract
A collection of monitoring functions for Postgres
Description
pg_monitoring is an attempt to centralize monitoring functions, etc for PostgreSQL, so that plugins can be easily written for any number of monitoring frameworks using a common base
Released By
einhverfr
License
PostgreSQL
Resources
Special Files
Tags

Extensions

pg_monitoring 0.1.0
Monitoring functions for PostgreSQL

README

Contents

pg_monitoring: A PostgreSQL Monitoring Extension
By Chris Travers
================================================

This extensions provides a basic monitoring extension for PostgreSQL, allowing
you to extract monitoring statistics  in a variety of forms, to be consumed by
a variety of monitoring solutions.

It is minimalistic and may need to be expanded.

The basic functions can be listed by \dx+ pg_monitoring.

The pg_monitoring_load_across_tables() function has a significant caveat in
that it shows the difference since last run.  Therefore you must process all
stats you care about on each run.