diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 928a6eb64b0..71c4f96d054 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2930,6 +2930,16 @@ description | Waiting for a newly initialized WAL file to reach durable storage writer. + + For the object wal, + fsyncs and fsync_time track the + fsync activity of WAL files done in issue_xlog_fsync. + writes and write_time + track the write activity of WAL files done in + XLogWrite. + See for more information. + + pg_stat_io can be used to inform database tuning. For example: