From e9f32529571f5834d7931cdb0c876d16bd22fa46 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 29 Nov 2022 14:43:52 +1100 Subject: [PATCH v8] Re-order Table 28.2 "Collected Statistics Views" --- doc/src/sgml/monitoring.sgml | 78 ++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 5579b8b..f776f25 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -475,6 +475,23 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser + pg_stat_slrupg_stat_slru + One row per SLRU, showing statistics of operations. See + + pg_stat_slru for details. + + + + + pg_stat_replication_slotspg_stat_replication_slots + One row per replication slot, showing statistics about the + replication slot's usage. See + + pg_stat_replication_slots for details. + + + + pg_stat_all_tablespg_stat_all_tables One row for each table in the current database, showing statistics @@ -497,6 +514,28 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser + pg_statio_all_tablespg_statio_all_tables + + One row for each table in the current database, showing statistics + about I/O on that specific table. + See + pg_statio_all_tables for details. + + + + + pg_statio_sys_tablespg_statio_sys_tables + Same as pg_statio_all_tables, except that only + system tables are shown. + + + + pg_statio_user_tablespg_statio_user_tables + Same as pg_statio_all_tables, except that only + user tables are shown. + + + pg_stat_xact_all_tablespg_stat_xact_all_tables Similar to pg_stat_all_tables, but counts actions taken so far within the current transaction (which are not @@ -540,28 +579,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser - pg_statio_all_tablespg_statio_all_tables - - One row for each table in the current database, showing statistics - about I/O on that specific table. - See - pg_statio_all_tables for details. - - - - - pg_statio_sys_tablespg_statio_sys_tables - Same as pg_statio_all_tables, except that only - system tables are shown. - - - - pg_statio_user_tablespg_statio_user_tables - Same as pg_statio_all_tables, except that only - user tables are shown. - - - pg_statio_all_indexespg_statio_all_indexes One row for each index in the current database, @@ -624,23 +641,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser - pg_stat_slrupg_stat_slru - One row per SLRU, showing statistics of operations. See - - pg_stat_slru for details. - - - - - pg_stat_replication_slotspg_stat_replication_slots - One row per replication slot, showing statistics about the - replication slot's usage. See - - pg_stat_replication_slots for details. - - - - pg_stat_subscription_statspg_stat_subscription_stats One row per subscription, showing statistics about errors. See -- 1.8.3.1