Re: Performance Monitoring of PostGRE

Поиск
Список
Период
Сортировка
От Vincent de Phily
Тема Re: Performance Monitoring of PostGRE
Дата
Msg-id 1774668.TaTpru28v8@moltowork
обсуждение исходный текст
Ответ на Performance Monitoring of PostGRE  (BangarRaju Vadapalli <BangarRaju.Vadapalli@infor.com>)
Список 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 по дате отправления:

Предыдущее
От: Jonathan Barber
Дата:
Сообщение: Slow queries (high duration) and their log entries appearing out-of-order
Следующее
От: David Salisbury
Дата:
Сообщение: sql or pgsql question, accessing a created value