Re: Waits monitoring - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Re: Waits monitoring
Date
Msg-id CAJrrPGfs-u5wmeQEwWKDvWuvF2X=DemDdEb9GH_XFQ-XmgNxgQ@mail.gmail.com
Whole thread Raw
In response to Waits monitoring  (Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>)
Responses Re: Waits monitoring  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On Thu, Jul 9, 2015 at 1:52 AM, Ildus Kurbangaliev
<i.kurbangaliev@postgrespro.ru> wrote:
> Hello.
>
> Currently, PostgreSQL offers many metrics for monitoring. However, detailed
> monitoring of waits is still not supported yet. Such monitoring would
> let dba know how long backend waited for particular event and therefore
> identify
> bottlenecks. This functionality is very useful, especially for highload
> databases. Metric for waits monitoring are provided by many popular
> commercial
> DBMS. We currently have requests of this feature from companies migrating to
> PostgreSQL from commercial DBMS. Thus, I think it would be nice for
> PostgreSQL
> to have it too.

Yes, It is good have such wait monitoring views in PostgreSQL.
you can add this patch to the open commitfest.

Regards,
Hari Babu
Fujitsu Australia



pgsql-hackers by date:

Previous
From: Sawada Masahiko
Date:
Subject: Re: Freeze avoidance of very large table.
Next
From: Noah Misch
Date:
Subject: Re: Solaris testers wanted for strxfrm() behavior