PGXC_REL_IOSTAT
PGXC_REL_IOSTAT displays statistics on disk read and write of each node in the cluster. All columns except node_name are the same as those in the GS_REL_IOSTAT view. This view is accessible only to users with system administrators rights.
Name |
Type |
Description |
---|---|---|
node_name |
text |
Node name |
phyrds |
bigint |
Number of disk reads |
phywrts |
bigint |
Number of disk writes |
phyblkrd |
bigint |
Number of read pages |
phyblkwrt |
bigint |
Number of written pages |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.