| From: | Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com> |
|---|---|
| To: | Ildus Kurbangaliev <i(dot)kurbangaliev(at)postgrespro(dot)ru> |
| Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Waits monitoring |
| Date: | 2015-07-09 05:12:42 |
| Message-ID: | CAJrrPGfs-u5wmeQEwWKDvWuvF2X=DemDdEb9GH_XFQ-XmgNxgQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Jul 9, 2015 at 1:52 AM, Ildus Kurbangaliev
<i(dot)kurbangaliev(at)postgrespro(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Noah Misch | 2015-07-09 05:18:14 | Re: Solaris testers wanted for strxfrm() behavior |
| Previous Message | Sawada Masahiko | 2015-07-09 05:10:15 | Re: Freeze avoidance of very large table. |