File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -890,14 +890,20 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
890
890
</para>
891
891
<para>
892
892
You can retrieve a list of WAL sender processes via the
893
- <link linkend="monitoring-stats-views-table">
894
- <literal>pg_stat_replication</literal></link> view. Large differences between
893
+ <xref linkend="pg-stat-replication-view"> view. Large differences between
895
894
<function>pg_current_wal_lsn</function> and the view's <literal>sent_lsn</literal> field
896
895
might indicate that the master server is under heavy load, while
897
896
differences between <literal>sent_lsn</literal> and
898
897
<function>pg_last_wal_receive_lsn</function> on the standby might indicate
899
898
network delay, or that the standby is under heavy load.
900
899
</para>
900
+ <para>
901
+ On a hot standby, the status of the WAL receiver process can be retrieved
902
+ via the <xref linkend="pg-stat-wal-receiver-view"> view. A large
903
+ difference between <function>pg_last_wal_replay_lsn</function> and the
904
+ view's <literal>received_lsn</literal> indicates that WAL is being
905
+ received faster than it can be replayed.
906
+ </para>
901
907
</sect3>
902
908
</sect2>
903
909
You can’t perform that action at this time.
0 commit comments