Re: per backend WAL statistics
От | Bertrand Drouvot |
---|---|
Тема | Re: per backend WAL statistics |
Дата | |
Msg-id | Z8GBMEcjsUAtwgHa@ip-10-97-1-34.eu-west-3.compute.internal обсуждение исходный текст |
Ответ на | Re: per backend WAL statistics (Michael Paquier <michael@paquier.xyz>) |
Ответы |
Re: per backend WAL statistics
Re: per backend WAL statistics |
Список | pgsql-hackers |
Hi, On Fri, Feb 28, 2025 at 11:34:14AM +0900, Michael Paquier wrote: > On Thu, Feb 27, 2025 at 07:47:09AM +0000, Bertrand Drouvot wrote: > > That's how I did it initially but decided to move it to pgstat_backend.c. The > > reason was that it's fully linked to "per backend" stats and that there is > > no SQL api on top of it (while I think that's the case for almost all the ones > > in pgstatfuncs.c). Thoughts? > > Okay by me with pgstat_fetch_stat_backend in parallel, why not > exposing this part as well.. Perhaps that could be useful for some > extension? I'd rather have out-of-core code do these lookups with the > same sanity checks in place for the procnumber and slot lookups. Yeah that's also a pros for it. > The name was inconsistent with the rest of the file, so I have settled > to a pgstat_fetch_stat_backend_by_pid() to be more consistent. Sounds good, thanks! > A > second thing is to properly initialize bktype if defined by the > caller. Saw that in c2a50ac678e, makes sense. > Attached is a rebased version of the rest. The rebased version looks ok. Also attaching the patch I mentioned up-thread to address some of Rahila's comments ([1]): It adds a AuxiliaryPidGetProc() call in pgstat_fetch_stat_backend_by_pid() and pg_stat_reset_backend_stats(). I think that fully makes sense since a051e71e28a modified pgstat_tracks_backend_bktype() for B_WAL_RECEIVER, B_WAL_SUMMARIZER and B_WAL_WRITER. It looks like it does not need doc updates. Attached as 0002 as it's somehow un-related to this thread (but not sure it deserves it's dedicated thread though). [1]: https://www.postgresql.org/message-id/CAH2L28v9BwN8_y0k6FQ591=0g2Hj_esHLGj3bP38c9nmVykoiA@mail.gmail.com [2]: https://www.postgresql.org/message-id/flat/Z8FMjlyNpNicucGa%40paquier.xyz#92d3e2b9ad860708f76b8f9c6f49f32d Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Вложения
В списке pgsql-hackers по дате отправления: