# oushu_cluster_status The system view `oushu_cluster_status` provides the information of node status in cluster. Table 1. `pg_catalog.oushu_cluster_status` | column | type | references | description | | :--------- | :------ | :--------- | :----------------------------------------------------------- | | `hostname` | text | | node's hostname | | `ip` | text | | node's ip | | `port` | integer | | node's port | | `role` | "char" | | nodes's role: main for 'm', segmet for 'p' | | `vcname` | text | | vc's name node belongs to | | `vciname` | text | | vci's name node belongs to | | `status` | char | | status of node: alive and joined on vc for 'u', alive but not joined one vc for 's', dead for 'd' |