mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Improve punctuation
This commit is contained in:
parent
edde4169b5
commit
b6c586a36c
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.78 2010/04/15 20:48:22 petere Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.79 2010/04/15 20:56:13 petere Exp $ -->
|
||||||
|
|
||||||
<chapter id="monitoring">
|
<chapter id="monitoring">
|
||||||
<title>Monitoring Database Activity</title>
|
<title>Monitoring Database Activity</title>
|
||||||
@ -487,7 +487,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_db_xact_commit</function>(<type>oid</type>)</literal></entry>
|
<entry><literal><function>pg_stat_get_db_xact_commit</function>(<type>oid</type>)</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Transactions committed in database
|
Number of transactions committed in database
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -495,7 +495,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_db_xact_rollback</function>(<type>oid</type>)</literal></entry>
|
<entry><literal><function>pg_stat_get_db_xact_rollback</function>(<type>oid</type>)</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Transactions rolled back in database
|
Number of transactions rolled back in database
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -696,7 +696,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
Returns a record of information about the backend with the specified pid, or
|
Returns a record of information about the backend with the specified pid, or
|
||||||
one record for each active backend in the system if <symbol>NULL</symbol> is
|
one record for each active backend in the system if <symbol>NULL</symbol> is
|
||||||
specified. The fields returned are the same as in the
|
specified. The fields returned are the same as in the
|
||||||
<structname>pg_stat_activity</structname> view
|
<structname>pg_stat_activity</structname> view.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -704,7 +704,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_function_calls</function>(<type>oid</type>)</literal></entry>
|
<entry><literal><function>pg_stat_get_function_calls</function>(<type>oid</type>)</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Number of times the function has been called.
|
Number of times the function has been called
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -731,7 +731,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><type>setof integer</type></entry>
|
<entry><type>setof integer</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Set of currently active server process numbers (from 1 to the
|
Set of currently active server process numbers (from 1 to the
|
||||||
number of active server processes). See usage example in the text
|
number of active server processes). See usage example in the text.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -820,8 +820,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><type>inet</type></entry>
|
<entry><type>inet</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The IP address of the client connected to the given
|
The IP address of the client connected to the given
|
||||||
server process. Null if the connection is over a Unix domain
|
server process; null if the connection is over a Unix domain
|
||||||
socket. Also null if the current user is not a superuser nor
|
socket, also null if the current user is not a superuser nor
|
||||||
the same user as that of the session being queried
|
the same user as that of the session being queried
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -831,8 +831,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><type>integer</type></entry>
|
<entry><type>integer</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The TCP port number of the client connected to the given
|
The TCP port number of the client connected to the given
|
||||||
server process. -1 if the connection is over a Unix domain
|
server process; -1 if the connection is over a Unix domain
|
||||||
socket. Null if the current user is not a superuser nor the
|
socket, null if the current user is not a superuser nor the
|
||||||
same user as that of the session being queried
|
same user as that of the session being queried
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -841,7 +841,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_bgwriter_timed_checkpoints</function>()</literal></entry>
|
<entry><literal><function>pg_stat_get_bgwriter_timed_checkpoints</function>()</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The number of times the background writer has started timed checkpoints
|
Number of times the background writer has started timed checkpoints
|
||||||
(because the <varname>checkpoint_timeout</varname> time has expired)
|
(because the <varname>checkpoint_timeout</varname> time has expired)
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -850,7 +850,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_bgwriter_requested_checkpoints</function>()</literal></entry>
|
<entry><literal><function>pg_stat_get_bgwriter_requested_checkpoints</function>()</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The number of times the background writer has started checkpoints based
|
Number of times the background writer has started checkpoints based
|
||||||
on requests from backends because the <varname>checkpoint_segments</varname>
|
on requests from backends because the <varname>checkpoint_segments</varname>
|
||||||
has been exceeded or because the <command>CHECKPOINT</command>
|
has been exceeded or because the <command>CHECKPOINT</command>
|
||||||
command has been issued
|
command has been issued
|
||||||
@ -861,7 +861,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_bgwriter_buf_written_checkpoints</function>()</literal></entry>
|
<entry><literal><function>pg_stat_get_bgwriter_buf_written_checkpoints</function>()</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The number of buffers written by the background writer during checkpoints
|
Number of buffers written by the background writer during checkpoints
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -869,7 +869,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_bgwriter_buf_written_clean</function>()</literal></entry>
|
<entry><literal><function>pg_stat_get_bgwriter_buf_written_clean</function>()</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The number of buffers written by the background writer for routine cleaning of
|
Number of buffers written by the background writer for routine cleaning of
|
||||||
dirty pages
|
dirty pages
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -878,7 +878,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_bgwriter_maxwritten_clean</function>()</literal></entry>
|
<entry><literal><function>pg_stat_get_bgwriter_maxwritten_clean</function>()</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The number of times the background writer has stopped its cleaning scan because
|
Number of times the background writer has stopped its cleaning scan because
|
||||||
it has written more buffers than specified in the
|
it has written more buffers than specified in the
|
||||||
<varname>bgwriter_lru_maxpages</varname> parameter
|
<varname>bgwriter_lru_maxpages</varname> parameter
|
||||||
</entry>
|
</entry>
|
||||||
@ -888,7 +888,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_buf_written_backend</function>()</literal></entry>
|
<entry><literal><function>pg_stat_get_buf_written_backend</function>()</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The number of buffers written by backends because they needed
|
Number of buffers written by backends because they needed
|
||||||
to allocate a new buffer
|
to allocate a new buffer
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
@ -897,7 +897,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
<entry><literal><function>pg_stat_get_buf_alloc</function>()</literal></entry>
|
<entry><literal><function>pg_stat_get_buf_alloc</function>()</literal></entry>
|
||||||
<entry><type>bigint</type></entry>
|
<entry><type>bigint</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
The total number of buffer allocations
|
Total number of buffer allocations
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -1101,19 +1101,19 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS procpid,
|
|||||||
<entry>transaction-start</entry>
|
<entry>transaction-start</entry>
|
||||||
<entry>(LocalTransactionId)</entry>
|
<entry>(LocalTransactionId)</entry>
|
||||||
<entry>Probe that fires at the start of a new transaction.
|
<entry>Probe that fires at the start of a new transaction.
|
||||||
arg0 is the transaction id.</entry>
|
arg0 is the transaction ID.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>transaction-commit</entry>
|
<entry>transaction-commit</entry>
|
||||||
<entry>(LocalTransactionId)</entry>
|
<entry>(LocalTransactionId)</entry>
|
||||||
<entry>Probe that fires when a transaction completes successfully.
|
<entry>Probe that fires when a transaction completes successfully.
|
||||||
arg0 is the transaction id.</entry>
|
arg0 is the transaction ID.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>transaction-abort</entry>
|
<entry>transaction-abort</entry>
|
||||||
<entry>(LocalTransactionId)</entry>
|
<entry>(LocalTransactionId)</entry>
|
||||||
<entry>Probe that fires when a transaction completes unsuccessfully.
|
<entry>Probe that fires when a transaction completes unsuccessfully.
|
||||||
arg0 is the transaction id.</entry>
|
arg0 is the transaction ID.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>query-start</entry>
|
<entry>query-start</entry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user