GaussDB-PGXC_COMM_STATUS

38 阅读1分钟

GaussDB-PGXC_COMM_STATUS

PGXC_COMM_STATUS视图展示所有DN的通信库状态。

名称类型描述
node_nametext节点名称。
rxpck_rateinteger节点通信库接收速率。单位:Byte/s。
txpck_rateinteger节点通信库发送速率。单位:Byte/s。
rxkbyte_ratebigintbigint节点通信库接收速率。单位:KByte/s。
txkbyte_ratebigintbigint节点通信库发送速率。单位:KByte/s。
bufferbigintcmailbox的缓存大小。
memkbyte_libcommbigintlibcomm进程通信内存大小。单位:Byte。
memkbyte_libpqbigintlibpq进程通信内存大小。单位:Byte。
used_pmintegerpostmaster线程实时使用率。
used_sflowintegergs_sender_flow_controller线程实时使用率。
used_rflowintegergs_receiver_flow_controller线程实时使用率。
used_rloopinteger多个gs_receivers_loop线程中高的实时使用率。
streaminteger当前使用的逻辑连接总数。

更多详情请参考GaussDB 文档中心:doc.hcs.huawei.com/db/zh-cn/ga…