数据仓库服务 GAUSSDB(DWS)-复制函数:pg_stat_get_wal_senders()

时间:2024-01-26 16:15:18

pg_stat_get_wal_senders()

描述:显示当前DN上所有的WAL复制发送线程的统计信息。

返回值类型:record

函数返回信息如下:

表3 pg_stat_get_wal_senders()字段

名称

类型

描述

pid

bigint

线程pid

sender_pid

integer

当前sender的pid

local_role

text

本地的角色

peer_role

text

对端的角色

peer_state

text

对端的状态

state

text

当前sender的复制状态

catchup_start

timestamp with time zone

catchup启动的时间

catchup_end

timestamp with time zone

catchup结束的时间

sender_sent_location

text

发送端发送的LSN位置

sender_write_location

text

发送端write的LSN位置

sender_flush_location

text

发送端flush的LSN位置

sender_replay_location

text

发送端replay的LSN位置

receiver_received_location

text

接收端received的LSN位置

receiver_write_location

text

接收端write的LSN位置

receiver_flush_location

text

接收端flush的LSN位置

receiver_replay_location

text

接收端replay的LSN位置

sync_percent

text

同步百分比

sync_state

text

同步状态(异步复制,同步复制,还是潜在同步者)

sync_priority

integer

同步复制的优先级(0表示异步)

sync_most_available

text

在备机同步失败时,是否阻塞主机

channel

text

WALSender的信道信息

support.huaweicloud.com/sqlreference-820-dws/dws_06_0061.html