更新时间:2026-03-23 GMT+08:00
GS_LIBCOMM_FD_INFO
记录libcomm通信库socket长连接信息。查询该视图需要PUBLIC权限。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | text | DN实例名。 |
| ip | text | DN的IP。 |
| ctrl_port | bigint | 控制通道端口。 |
| data_port | bigint | 数据通道端口。 |
| remote_name | text | 对端DN示例名。 |
| remote_ip | text | 对端IP。 |
| remote_port | bigint | 对端端口号。 |
| local_ip | text | 本地IP。 |
| local_port | bigint | 本地端口号。 |
| fd | bigint | socket连接。 |
| type | text | TCP连接通道类型,包括:
|
父主题: 通信