pgsql: doc: Update track_io_timing documentation to mention pg_stat_io.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Update track_io_timing documentation to mention pg_stat_io.
Date: 2024-07-10 07:01:05
Message-ID: E1sRRK5-0015VT-KY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update track_io_timing documentation to mention pg_stat_io.

The I/O timing information collected when track_io_timing is
enabled is now documented to appear in the pg_stat_io view,
which was previously not mentioned.

This commit also enhances the description of track_io_timing
to clarify that it monitors not only block read and write
but also block extend and fsync operations. Additionally,
the description of track_wal_io_timing has been improved
to mention both WAL write and WAL fsync monitoring.

Backpatch to v16 where pg_stat_io was added.

Author: Hajime Matsunaga
Reviewed-by: Melanie Plageman, Nazir Bilal Yavuz, Fujii Masao
Discussion: https://postgr.es/m/TYWPR01MB10742EE4A6F34C33061429D38A4D52@TYWPR01MB10742.jpnprd01.prod.outlook.com

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0d483ad4cc4c4d4ebdbe456a5565f11fa137bd24

Modified Files
--------------
doc/src/sgml/config.sgml | 4 +++-
doc/src/sgml/monitoring.sgml | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-07-10 14:02:59 pgsql: Use diff's --strip-trailing-cr flag where appropriate on Windows
Previous Message Fujii Masao 2024-07-10 07:00:51 pgsql: doc: Update track_io_timing documentation to mention pg_stat_io.