PGXC_COMM_RECV_STREAM
PGXC_COMM_RECV_STREAM displays the receiving stream status of the communications libraries for all the DNs.
Name |
Type |
Description |
---|---|---|
node_name |
text |
Node name. |
local_tid |
bigint |
ID of the thread using this stream. |
remote_name |
text |
Name of the peer node. |
remote_tid |
bigint |
Peer thread ID. |
idx |
integer |
Peer DN ID in the local DN. |
sid |
integer |
Stream ID in the physical connection. |
tcp_sock |
integer |
TCP socket used in the stream. |
state |
text |
Status of the stream.
|
query_id |
bigint |
debug_query_id corresponding to the stream. |
pn_id |
integer |
plan_node_id of the query executed by the stream. |
send_smp |
integer |
smpid of the sender of the query executed by the stream. |
recv_smp |
integer |
smpid of the receiver of the query executed by the stream. |
recv_bytes |
bigint |
Total data volume received by the stream, in byte. |
time |
bigint |
Current service life of the stream, in ms. |
speed |
bigint |
Average receiving rate of the stream, in byte/s. |
quota |
bigint |
Current communication quota of the stream, in byte. |
buff_usize |
bigint |
Current size of the data cache of the stream, in byte. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot