Monitoring Cluster Status¶ From the database client, you can check the status of write-set replication throughout the cluster using standard queries. Status variables that relate to write-set replication have the prefix wsrep_, meaning that you can display them all using the following query: SHOW GLOBAL STATUS LIKE 'wsrep_%'; +------------------------+-------+ | Variable_name | Value | +----------