1- <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.48 2007/03/30 18:34:55 mha Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.49 2007/04/26 22:10:54 neilc Exp $ -->
22
33<chapter id="monitoring">
44 <title>Monitoring Database Activity</title>
@@ -766,25 +766,26 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
766766 <entry><type>bigint</type></entry>
767767 <entry>
768768 The number of times the bgwriter has started timed checkpoints
769- (because the <varname>checkpoint_timeout</varname> time has expired).
769+ (because the <varname>checkpoint_timeout</varname> time has expired)
770770 </entry>
771771 </row>
772772
773773 <row>
774774 <entry><literal><function>pg_stat_get_bgwriter_requested_checkpoints</function>()</literal></entry>
775775 <entry><type>bigint</type></entry>
776776 <entry>
777- The number of times the bgwriter has started checkpoints based on
778- requests from backends because the <varname>checkpoint_segments</varname>
779- has been exceeded or because the CHECKPOINT command has been issued.
777+ The number of times the bgwriter has started checkpoints based
778+ on requests from backends because the <varname>checkpoint_segments</varname>
779+ has been exceeded or because the <command>CHECKPOINT</command>
780+ command has been issued
780781 </entry>
781782 </row>
782783
783784 <row>
784785 <entry><literal><function>pg_stat_get_bgwriter_buf_written_checkpoints</function>()</literal></entry>
785786 <entry><type>bigint</type></entry>
786787 <entry>
787- The number of buffers written by the bgwriter during checkpoints.
788+ The number of buffers written by the bgwriter during checkpoints
788789 </entry>
789790 </row>
790791
@@ -793,7 +794,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
793794 <entry><type>bigint</type></entry>
794795 <entry>
795796 The number of buffers written by the bgwriter when performing a
796- LRU scan of the buffer cache.
797+ LRU scan of the buffer cache
797798 </entry>
798799 </row>
799800
@@ -802,7 +803,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
802803 <entry><type>bigint</type></entry>
803804 <entry>
804805 The number of buffers written by the bgwriter when performing a
805- scan of all the buffer cache.
806+ scan of all the buffer cache
806807 </entry>
807808 </row>
808809
@@ -812,7 +813,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
812813 <entry>
813814 The number of times the bgwriter has stopped its LRU round because
814815 it has written more buffers than specified in the
815- <varname>bgwriter_lru_maxpages</varname> parameter.
816+ <varname>bgwriter_lru_maxpages</varname> parameter
816817 </entry>
817818 </row>
818819
@@ -822,7 +823,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
822823 <entry>
823824 The number of times the bgwriter has stopped its all-buffer round
824825 because it has written more buffers than specified in the
825- <varname>bgwriter_all_maxpages</varname> parameter.
826+ <varname>bgwriter_all_maxpages</varname> parameter
826827 </entry>
827828 </row>
828829