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.
| 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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.