diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 58ec5d3fc4..37ea125baa 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,4 +1,4 @@ - + Monitoring Database Activity @@ -766,7 +766,7 @@ postgres: user database host bigint The number of times the bgwriter has started timed checkpoints - (because the checkpoint_timeout time has expired). + (because the checkpoint_timeout time has expired) @@ -774,9 +774,10 @@ postgres: user database host pg_stat_get_bgwriter_requested_checkpoints() bigint - The number of times the bgwriter has started checkpoints based on - requests from backends because the checkpoint_segments - has been exceeded or because the CHECKPOINT command has been issued. + The number of times the bgwriter has started checkpoints based + on requests from backends because the checkpoint_segments + has been exceeded or because the CHECKPOINT + command has been issued @@ -784,7 +785,7 @@ postgres: user database host pg_stat_get_bgwriter_buf_written_checkpoints() bigint - The number of buffers written by the bgwriter during checkpoints. + The number of buffers written by the bgwriter during checkpoints @@ -793,7 +794,7 @@ postgres: user database host bigint The number of buffers written by the bgwriter when performing a - LRU scan of the buffer cache. + LRU scan of the buffer cache @@ -802,7 +803,7 @@ postgres: user database host bigint The number of buffers written by the bgwriter when performing a - scan of all the buffer cache. + scan of all the buffer cache @@ -812,7 +813,7 @@ postgres: user database host The number of times the bgwriter has stopped its LRU round because it has written more buffers than specified in the - bgwriter_lru_maxpages parameter. + bgwriter_lru_maxpages parameter @@ -822,7 +823,7 @@ postgres: user database host The number of times the bgwriter has stopped its all-buffer round because it has written more buffers than specified in the - bgwriter_all_maxpages parameter. + bgwriter_all_maxpages parameter