diff options
Diffstat (limited to 'doc/src/sgml/monitoring.sgml')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 991f6299075..9ca74348c7f 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -180,12 +180,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <para> The parameter <xref linkend="guc-track-io-timing"/> enables monitoring - of block read and write times. + of block read, write, extend, and fsync times. </para> <para> The parameter <xref linkend="guc-track-wal-io-timing"/> enables monitoring - of WAL write times. + of WAL write and fsync times. </para> <para> |