Updated on 2024-06-03 GMT+08:00

GS_COMM_LISTEN_ADDRESS_EXT_INFO

GS_COMM_LISTEN_ADDRESS_EXT_INFO queries DFX information, such as threads, sessions, and socket, for connecting the extended IP addresses of the current DN. For details about the application scenarios, see gs_comm_listen_address_ext_info().

Table 1 GS_COMM_LISTEN_ADDRESS_EXT_INFO columns

Name

Type

Description

node_name

text

Name of the current instance.

app

text

Client connected to the DN.

tid

bigint

Thread ID of the current thread.

lwtid

integer

Lightweight thread ID of the current thread.

query_id

bigint

Query ID of the current thread.

socket

integer

Socket FD of the current physical connection.

remote_ip

text

Peer IP address of the current connection.

remote_port

text

Peer port of the current connection.

local_ip

text

Local IP address of the current connection.

local_port

text

Local port of the current connection.