|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.66 2009/03/28 00:10:23 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.67 2009/04/09 22:32:02 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="monitoring">
|
4 | 4 | <title>Monitoring Database Activity</title>
|
@@ -924,8 +924,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
924 | 924 |
|
925 | 925 | <note>
|
926 | 926 | <para>
|
927 |
| - <function>blocks_fetched</function> minus |
928 |
| - <function>blocks_hit</function> gives the number of kernel |
| 927 | + <function>pg_stat_get_blocks_fetched</function> minus |
| 928 | + <function>pg_stat_get_blocks_hit</function> gives the number of kernel |
929 | 929 | <function>read()</> calls issued for the table, index, or
|
930 | 930 | database; but the actual number of physical reads is usually
|
931 | 931 | lower due to kernel-level buffering.
|
|