Re: RFC: Detailed reorder buffer stats dumps

2021-06-28 Thread Craig Ringer
On Thu, 6 May 2021 at 19:40, Amit Kapila wrote: > On Thu, May 6, 2021 at 9:54 AM Craig Ringer wrote: > > > At the least it'd be helpful to have pg_stat_replication (or a new > related auxiliary view like pg_stat_logical_decoding) show > > > > - walsender total bytes sent this session > > - numb

Re: RFC: Detailed reorder buffer stats dumps

2021-05-06 Thread Amit Kapila
On Thu, May 6, 2021 at 9:54 AM Craig Ringer wrote: > > On Thu, 6 May 2021 at 02:28, Andres Freund wrote: >> >> Hi, >> >> On 2021-05-05 18:33:27 +0800, Craig Ringer wrote: >> > I'm thinking of piggy-backing on the approach used in the "Get memory >> > contexts of an arbitrary backend process" patc

Re: RFC: Detailed reorder buffer stats dumps

2021-05-05 Thread Craig Ringer
On Thu, 6 May 2021 at 02:28, Andres Freund wrote: > Hi, > > On 2021-05-05 18:33:27 +0800, Craig Ringer wrote: > > I'm thinking of piggy-backing on the approach used in the "Get memory > > contexts of an arbitrary backend process" patch in order to provide > access > > to detailed reorder buffer c

Re: RFC: Detailed reorder buffer stats dumps

2021-05-05 Thread Andres Freund
Hi, On 2021-05-05 18:33:27 +0800, Craig Ringer wrote: > I'm thinking of piggy-backing on the approach used in the "Get memory > contexts of an arbitrary backend process" patch in order to provide access > to detailed reorder buffer content statistics from walsenders on request. > > Right now the

Re: RFC: Detailed reorder buffer stats dumps

2021-05-05 Thread Ashutosh Bapat
On Wed, May 5, 2021 at 4:03 PM Craig Ringer wrote: > > Hi all > > I'm thinking of piggy-backing on the approach used in the "Get memory > contexts of an arbitrary backend process" patch in order to provide access to > detailed reorder buffer content statistics from walsenders on request. > > Rig