Re: RFC: replace pg_stat_activity.waiting with something more descriptive - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Date
Msg-id CAHGQGwE9TQyurNZ177=37RP7B+uuE3_6UCS7KLBhxHHiKJv8Bw@mail.gmail.com
Whole thread Raw
In response to Re: RFC: replace pg_stat_activity.waiting with something more descriptive  (Ildus Kurbangaliev <i.kurbangaliev@postgrespro.ru>)
List pgsql-hackers
On Mon, Jul 13, 2015 at 9:19 PM, Ildus Kurbangaliev
<i.kurbangaliev@postgrespro.ru> wrote:
> On 07/13/2015 01:36 PM, Amit Kapila wrote:
>
> Other problem of pg_stat_activity that we can not see all processes there
> (checkpointer for example). So we anyway need separate view for monitoring
> purposes.

+1

When there are many walsender processes running,
maybe I'd like to see their wait events.

Regards,

-- 
Fujii Masao



pgsql-hackers by date:

Previous
From: Uriy Zhuravlev
Date:
Subject: Re: WIP: Enhanced ALTER OPERATOR
Next
From: Fujii Masao
Date:
Subject: Re: Support for N synchronous standby servers - take 2