forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
4.2 KiB
4.2 KiB
PGXC_REL_IOSTAT
PGXC_REL_IOSTAT displays disk read/write statistics on each node in the cluster. This view is accessible only to users with system administrators rights.
Column |
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 |
Parent topic: System Views