文档首页/ 云数据库 GaussDB/ 开发指南(分布式_V2.0-2.x)/ Schema/ DBE_PERF Schema/ Utility/ GLOBAL_COMM_CHECK_CONNECTION_STATUS
更新时间:2025-03-08 GMT+08:00
GLOBAL_COMM_CHECK_CONNECTION_STATUS
GLOBAL_COMM_CHECK_CONNECTION_STATUS视图用于显示所有CN和所有活跃节点(CN和主DN)的连接情况,权限控制继承DBE_PERF schema。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | name | 实例名称。 |
| remote_name | name | 对端实例名称。 |
| remote_host | text | 对端实例的IP。 |
| remote_port | bigint | 对端实例的PORT。 |
| is_connected | boolean | 检测当前实例与对端实例之间的网络情况:
|
| no_error_occur | boolean | 当前实例与对端实例的pooler建连结果:
|
父主题: Utility