Re: Is there something like MySQL enterprise monitor for Postgres?

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there something like MySQL enterprise monitor for Postgres?
Date: 2007-12-29 11:04:55
Message-ID: 20071229120455.21a70929@webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 29 Dec 2007 10:16:50 +0100
Andreas Kretschmer <akretschmer(at)spamfence(dot)net> wrote:

> Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it> schrieb:
>
> > or/and is there something to spot what are the most critical sql
> > queries/function behind an application?
>
> You can set "log_min_duration_statement" in your postgresql.conf to
> log all querys with a duration highter than that value.

That is interesting but it may be misleading (something that is below
the threshold but get used thousands time won't be spotted).

What about a log analyser?
What about a configuration wizard that eat your logs and suggest
improvement to the config?

--
Ivan Sergio Borgonovo
http://www.webthatworks.it

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hervé Piedvache 2007-12-29 11:04:57 Re: Is there something like MySQL enterprise monitor for Postgres?
Previous Message Andreas Kretschmer 2007-12-29 09:16:50 Re: Is there something like MySQL enterprise monitor for Postgres?