diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index e93560baec..acfccc4c99 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,4 +1,4 @@ - + Monitoring Database Activity @@ -924,8 +924,8 @@ postgres: user database host - blocks_fetched minus - blocks_hit gives the number of kernel + pg_stat_get_blocks_fetched minus + pg_stat_get_blocks_hit gives the number of kernel read() calls issued for the table, index, or database; but the actual number of physical reads is usually lower due to kernel-level buffering.