Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
16fb5da7
Commit
16fb5da7
authored
Apr 26, 2007
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistency tweaks for a table in the SGML docs: we don't terminate
table entries describing functions with periods.
parent
9475aa91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+11
-10
No files found.
doc/src/sgml/monitoring.sgml
View file @
16fb5da7
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.4
8 2007/03/30 18:34:55 mha
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.4
9 2007/04/26 22:10:54 neilc
Exp $ -->
<chapter id="monitoring">
<title>Monitoring Database Activity</title>
...
...
@@ -766,7 +766,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><type>bigint</type></entry>
<entry>
The number of times the bgwriter has started timed checkpoints
(because the <varname>checkpoint_timeout</varname> time has expired)
.
(because the <varname>checkpoint_timeout</varname> time has expired)
</entry>
</row>
...
...
@@ -774,9 +774,10 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><literal><function>pg_stat_get_bgwriter_requested_checkpoints</function>()</literal></entry>
<entry><type>bigint</type></entry>
<entry>
The number of times the bgwriter has started checkpoints based on
requests from backends because the <varname>checkpoint_segments</varname>
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 <varname>checkpoint_segments</varname>
has been exceeded or because the <command>CHECKPOINT</command>
command has been issued
</entry>
</row>
...
...
@@ -784,7 +785,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><literal><function>pg_stat_get_bgwriter_buf_written_checkpoints</function>()</literal></entry>
<entry><type>bigint</type></entry>
<entry>
The number of buffers written by the bgwriter during checkpoints
.
The number of buffers written by the bgwriter during checkpoints
</entry>
</row>
...
...
@@ -793,7 +794,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><type>bigint</type></entry>
<entry>
The number of buffers written by the bgwriter when performing a
LRU scan of the buffer cache
.
LRU scan of the buffer cache
</entry>
</row>
...
...
@@ -802,7 +803,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><type>bigint</type></entry>
<entry>
The number of buffers written by the bgwriter when performing a
scan of all the buffer cache
.
scan of all the buffer cache
</entry>
</row>
...
...
@@ -812,7 +813,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry>
The number of times the bgwriter has stopped its LRU round because
it has written more buffers than specified in the
<varname>bgwriter_lru_maxpages</varname> parameter
.
<varname>bgwriter_lru_maxpages</varname> parameter
</entry>
</row>
...
...
@@ -822,7 +823,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry>
The number of times the bgwriter has stopped its all-buffer round
because it has written more buffers than specified in the
<varname>bgwriter_all_maxpages</varname> parameter
.
<varname>bgwriter_all_maxpages</varname> parameter
</entry>
</row>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment