Re: Waits monitoring - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Waits monitoring
Date
Msg-id CAPpHfdv9zqMoXdxfJJRB-QCTLdUW1O=-Knd496GdGE8HiH8OFA@mail.gmail.com
Whole thread Raw
In response to Re: Waits monitoring  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Mon, Sep 7, 2015 at 6:28 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
On Sun, Sep 6, 2015 at 5:58 PM, Andres Freund <andres@anarazel.de> wrote:
>
> On 2015-09-04 23:44:21 +0100, Simon Riggs wrote:
> > I see the need for both current wait information and for cumulative
> > historical detail.
> >
> > I'm willing to wait before reviewing this, but not for more than 1 more CF.
> >
> > Andres, please decide whether we should punt to next CF now, based upon
> > other developments. Thanks
>
> I think we can do some of the work concurrently - the whole lwlock
> infrastructure piece is rather independent and what currently most of
> the arguments are about. I agree that the actual interface will need to
> be coordinated.
>
> Ildus, could you please review Amit & Robert's patch?
>

Are you talking about patch where I have fixed few issues in Robert's
patch [1] or the original patch [3] written by me.

AFAICS, Andres meant [3]. 


For me, major issues of [3] are:
1) We fit all information about current wait event into single byte.
2) We put this byte into PgBackendStatus.
Both of these issues are essential for design of [3].

Issue #1 means that we actually can expose to user only event type (until there are less then 256 types) with no parameters [4].
Issue #2 means that we have to monitor only backend not auxiliary processes [5].

Both of these issues seems to be serious limitations for me. It makes me think we either need a different design or need to expose current wait event in some other way additionally. Anyway, I think attracting more attention to this problem is good. It would be very nice if Simon or Andres give review of this.


------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

pgsql-hackers by date:

Previous
From: "Shulgin, Oleksandr"
Date:
Subject: Re: On-demand running query plans using auto_explain and signals
Next
From: Oleg Bartunov
Date:
Subject: Fwd: [Snowball-discuss] New website