PG_COMM_QUERY_SPEED
PG_COMM_QUERY_SPEED displays traffic information about all queries on a single node.
|
Column |
Type |
Description |
|---|---|---|
|
node_name |
Text |
Node name |
|
query_id |
Bigint |
debug_query_id corresponding to the stream |
|
rxkB/s |
Bigint |
Receiving rate of the query stream (unit: byte/s) |
|
txkB/s |
Bigint |
Sending rate of the query stream (unit: byte/s) |
|
rxkB |
Bigint |
Total received data of the query stream (unit: byte) |
|
txkB |
Bigint |
Total sent data of the query stream (unit: byte) |
|
rxpck/s |
Bigint |
Packet receiving rate of the query (unit: packets/s) |
|
txpck/s |
Bigint |
Packet sending rate of the query (unit: packets/s) |
|
rxpck |
Bigint |
Total number of received packets of the query |
|
txpck |
Bigint |
Total number of sent packets of the query |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.