doc-exports/docs/dws/dev/dws_04_0798.html
Lu, Huayi e6fa411af0 DWS DEV 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:24:04 +00:00

6.0 KiB

PGXC_COMM_DELAY

PGXC_COMM_STATUS displays the communication library delay status for all the DNs.

Table 1 PGXC_COMM_DELAY columns

Name

Type

Description

node_name

text

Node name

remote_name

text

Name of the peer node

remote_host

text

IP address of the peer

stream_num

integer

Number of logical stream connections used by the current physical connection

min_delay

integer

Minimum delay of the current physical connection within 1 minute. Its unit is microsecond.

NOTE:

A negative result is invalid. Wait until the delay status is updated and query again.

average

integer

Average delay of the current physical connection within 1 minute. Its unit is microsecond.

max_delay

integer

Maximum delay of the current physical connection within 1 minute. The unit is microsecond.