Re: Performance Monitoring of PostGRE - Mailing list pgsql-general

From Vincent de Phily
Subject Re: Performance Monitoring of PostGRE
Date
Msg-id 1774668.TaTpru28v8@moltowork
Whole thread Raw
In response to Performance Monitoring of PostGRE  (BangarRaju Vadapalli <BangarRaju.Vadapalli@infor.com>)
List pgsql-general
On Wednesday 06 July 2011 14:27:53 BangarRaju Vadapalli wrote:
>    We want to monitor the performance of PostGRE database. Could anyone
> please suggest any tools tried/working successfully...

Munin will graph some usefull postgres stats. It's easy enough to graph
another datapoint by creating a new plugin if you need to (for example, in
addition to the global stats we graph the size of some specific tables).

Pgfouine will create an aggregated report of all your queries, provided you've
setup postgre swith sufficient logging.

Explain analyze is you friend for individual queries.


http://munin.projects.linpro.no/
http://pgfouine.projects.postgresql.org/
http://www.postgresql.org/docs/current/static/sql-explain.html


--
Vincent de Phily

pgsql-general by date:

Previous
From: Jonathan Barber
Date:
Subject: Slow queries (high duration) and their log entries appearing out-of-order
Next
From: David Salisbury
Date:
Subject: sql or pgsql question, accessing a created value