From 198322c7be6cbe16894e3772ff4747707800981c Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Mon, 28 Nov 2022 10:27:27 +1100 Subject: [PATCH v7] Cleanup view name hyperlinks for Tables 28.1 and 28.2 --- doc/src/sgml/monitoring.sgml | 256 +++++++++++++++++++++++++++---------------- 1 file changed, 164 insertions(+), 92 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index f776f25..f7d0c2f 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -304,114 +304,130 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser - pg_stat_activity + pg_stat_activity pg_stat_activity One row per server process, showing information related to the current activity of that process, such as state and current query. - See - pg_stat_activity for details. - pg_stat_replicationpg_stat_replication + + pg_stat_replication + pg_stat_replication + One row per WAL sender process, showing statistics about replication to that sender's connected standby server. - See - pg_stat_replication for details. - pg_stat_wal_receiverpg_stat_wal_receiver + + pg_stat_wal_receiver + pg_stat_wal_receiver + Only one row, showing statistics about the WAL receiver from that receiver's connected server. - See - pg_stat_wal_receiver for details. - pg_stat_recovery_prefetchpg_stat_recovery_prefetch + + pg_stat_recovery_prefetch + pg_stat_recovery_prefetch + Only one row, showing statistics about blocks prefetched during recovery. - See - pg_stat_recovery_prefetch for details. - pg_stat_subscriptionpg_stat_subscription + + pg_stat_subscription + pg_stat_subscription + At least one row per subscription, showing information about the subscription workers. - See - pg_stat_subscription for details. - pg_stat_sslpg_stat_ssl + + pg_stat_ssl + pg_stat_ssl + One row per connection (regular and replication), showing information about SSL used on this connection. - See - pg_stat_ssl for details. - pg_stat_gssapipg_stat_gssapi + + pg_stat_gssapi + pg_stat_gssapi + One row per connection (regular and replication), showing information about GSSAPI authentication and encryption used on this connection. - See - pg_stat_gssapi for details. - pg_stat_progress_analyzepg_stat_progress_analyze + + pg_stat_progress_analyze + pg_stat_progress_analyze + One row for each backend (including autovacuum worker processes) running ANALYZE, showing current progress. - See . - pg_stat_progress_create_indexpg_stat_progress_create_index + + pg_stat_progress_create_index + pg_stat_progress_create_index + One row for each backend running CREATE INDEX or REINDEX, showing current progress. - See . - pg_stat_progress_vacuumpg_stat_progress_vacuum + + pg_stat_progress_vacuum + pg_stat_progress_vacuum + One row for each backend (including autovacuum worker processes) running VACUUM, showing current progress. - See . - pg_stat_progress_clusterpg_stat_progress_cluster + + pg_stat_progress_cluster + pg_stat_progress_cluster + One row for each backend running CLUSTER or VACUUM FULL, showing current progress. - See . - pg_stat_progress_basebackuppg_stat_progress_basebackup + + pg_stat_progress_basebackup + pg_stat_progress_basebackup + One row for each WAL sender process streaming a base backup, showing current progress. - See . - pg_stat_progress_copypg_stat_progress_copy + + pg_stat_progress_copy + pg_stat_progress_copy + One row for each backend running COPY, showing current progress. - See . @@ -431,112 +447,136 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser - pg_stat_archiverpg_stat_archiver + + pg_stat_archiver + pg_stat_archiver + One row only, showing statistics about the WAL archiver process's activity. See - - pg_stat_archiver for details. - pg_stat_bgwriterpg_stat_bgwriter + + pg_stat_bgwriter + pg_stat_bgwriter + One row only, showing statistics about the background writer process's activity. See - - pg_stat_bgwriter for details. - pg_stat_walpg_stat_wal + + pg_stat_wal + pg_stat_wal + One row only, showing statistics about WAL activity. See - - pg_stat_wal for details. - pg_stat_databasepg_stat_database + + pg_stat_database + pg_stat_database + One row per database, showing database-wide statistics. See - - pg_stat_database for details. - pg_stat_database_conflictspg_stat_database_conflicts + + pg_stat_database_conflicts + pg_stat_database_conflicts + One row per database, showing database-wide statistics about query cancels due to conflict with recovery on standby servers. - See - pg_stat_database_conflicts for details. - pg_stat_slrupg_stat_slru + + pg_stat_slru + pg_stat_slru + One row per SLRU, showing statistics of operations. See - - pg_stat_slru for details. - pg_stat_replication_slotspg_stat_replication_slots + + pg_stat_replication_slots + pg_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 + + pg_stat_all_tables + pg_stat_all_tables + One row for each table in the current database, showing statistics about accesses to that specific table. - See - pg_stat_all_tables for details. - pg_stat_sys_tablespg_stat_sys_tables + + pg_stat_sys_tables + pg_stat_sys_tables + Same as pg_stat_all_tables, except that only system tables are shown. - pg_stat_user_tablespg_stat_user_tables + + pg_stat_user_tables + pg_stat_user_tables + Same as pg_stat_all_tables, except that only user tables are shown. - pg_statio_all_tablespg_statio_all_tables + + pg_statio_all_tables + pg_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 + + pg_statio_sys_tables + pg_statio_sys_tables + Same as pg_statio_all_tables, except that only system tables are shown. - pg_statio_user_tablespg_statio_user_tables + + pg_statio_user_tables + pg_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 + + pg_stat_xact_all_tables + pg_stat_xact_all_tables + Similar to pg_stat_all_tables, but counts actions taken so far within the current transaction (which are not yet included in pg_stat_all_tables and related views). @@ -545,106 +585,138 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser - pg_stat_xact_sys_tablespg_stat_xact_sys_tables + + pg_stat_xact_sys_tables + pg_stat_xact_sys_tables + Same as pg_stat_xact_all_tables, except that only system tables are shown. - pg_stat_xact_user_tablespg_stat_xact_user_tables + + pg_stat_xact_user_tables + pg_stat_xact_user_tables + Same as pg_stat_xact_all_tables, except that only user tables are shown. - pg_stat_all_indexespg_stat_all_indexes + + pg_stat_all_indexes + pg_stat_all_indexes + One row for each index in the current database, showing statistics about accesses to that specific index. - See - pg_stat_all_indexes for details. - pg_stat_sys_indexespg_stat_sys_indexes + + pg_stat_sys_indexes + pg_stat_sys_indexes + Same as pg_stat_all_indexes, except that only indexes on system tables are shown. - pg_stat_user_indexespg_stat_user_indexes + + pg_stat_user_indexes + pg_stat_user_indexes + Same as pg_stat_all_indexes, except that only indexes on user tables are shown. - pg_statio_all_indexespg_statio_all_indexes + + pg_statio_all_indexes + pg_statio_all_indexes + One row for each index in the current database, showing statistics about I/O on that specific index. - See - pg_statio_all_indexes for details. - pg_statio_sys_indexespg_statio_sys_indexes + + pg_statio_sys_indexes + pg_statio_sys_indexes + Same as pg_statio_all_indexes, except that only indexes on system tables are shown. - pg_statio_user_indexespg_statio_user_indexes + + pg_statio_user_indexes + pg_statio_user_indexes + Same as pg_statio_all_indexes, except that only indexes on user tables are shown. - pg_statio_all_sequencespg_statio_all_sequences + + pg_statio_all_sequences + pg_statio_all_sequences + One row for each sequence in the current database, showing statistics about I/O on that specific sequence. - See - pg_statio_all_sequences for details. - pg_statio_sys_sequencespg_statio_sys_sequences + + pg_statio_sys_sequences + pg_statio_sys_sequences + Same as pg_statio_all_sequences, except that only system sequences are shown. (Presently, no system sequences are defined, so this view is always empty.) - pg_statio_user_sequencespg_statio_user_sequences + + pg_statio_user_sequences + pg_statio_user_sequences + Same as pg_statio_all_sequences, except that only user sequences are shown. - pg_stat_user_functionspg_stat_user_functions + + pg_stat_user_functions + pg_stat_user_functions + One row for each tracked function, showing statistics - about executions of that function. See - - pg_stat_user_functions for details. + about executions of that function. - pg_stat_xact_user_functionspg_stat_xact_user_functions + + pg_stat_xact_user_functions + pg_stat_xact_user_functions + Similar to pg_stat_user_functions, but counts only calls during the current transaction (which are not yet included in pg_stat_user_functions). - pg_stat_subscription_statspg_stat_subscription_stats + + pg_stat_subscription_stats + pg_stat_subscription_stats + One row per subscription, showing statistics about errors. - See - pg_stat_subscription_stats for details. @@ -3140,7 +3212,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i pg_stat_subscription - +
<structname>pg_stat_subscription</structname> View @@ -3256,7 +3328,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i one row per subscription. -
+
<structname>pg_stat_subscription_stats</structname> View -- 1.8.3.1