更新时间:2025-07-10 GMT+08:00
PGXC_COMM_STATUS
PGXC_COMM_STATUS视图展示所有DN的通信库状态。
名称 | 类型 | 描述 |
|---|---|---|
node_name | text | 节点名称。 |
rxpck/s | integer | 节点通信库接收速率,单位Byte/s。 |
txpck/s | integer | 节点通信库发送速率,单位Byte/s。 |
rxkB/s | bigint | 节点通信库接收速率,单位KByte/s。 |
txkB/s | bigint | 节点通信库发送速率,单位KByte/s。 |
buffer | bigint | cmailbox的buffer大小。 |
memKB(libcomm) | bigint | libcomm进程通信内存大小,单位KByte。 |
memKB(libpq) | bigint | libpq进程通信内存大小,单位KByte。 |
%USED(PM) | integer | postmaster线程实时使用率。 |
%USED (sflow) | integer | gs_sender_flow_controller线程实时使用率。 |
%USED (rflow) | integer | gs_receiver_flow_controller线程实时使用率。 |
%USED (rloop) | integer | 多个gs_receivers_loop线程中最高的实时使用率。 |
stream | integer | 当前使用的逻辑连接总数。 |

