PostgreSQL: non-GUI monitoring -
i've read lot postgresql monitoring through gui tools doesn't match our modus operandi: shell or perl scripts tied sccs change-control/auditing, run via cron or interactively. tend prefer command line on point-and-click.
the closest i've found pg_top, i'm working on installing (grumble grumble), , check_postgres.pl, back-end data collection nagios , mrtg. although graph presentation pretty, it's not our approach... perl appears quite useful (so far).
are there other non-gui tools out there may missing? although write what's needed, i'd hate reinvent wheels.
thanks.
did have @ built-in monitoring views?
http://www.postgresql.org/docs/current/static/monitoring-stats.html
http://www.varlena.com/generalbits/107.php
edit:
there pgstatspack performance monitoring:
http://pgfoundry.org/forum/forum.php?forum_id=1758
Comments
Post a Comment