Documentation Home
HeatWave User Guide
Related Documentation Download this Manual
PDF (US Ltr) - 3.8Mb
PDF (A4) - 3.8Mb


HeatWave User Guide  /  ...  /  MySQL HeatWave Node Status Monitoring

4.8.1 MySQL HeatWave Node Status Monitoring

To view the status of each MySQL HeatWave node:

mysql> SELECT ID, STATUS 
          FROM performance_schema.rpd_nodes;
+----+---------------+
| ID | STATUS        |
+----+---------------+
|  0 | AVAIL_RNSTATE |
|  1 | AVAIL_RNSTATE |
+----+---------------+

For column descriptions, see Section 8.1.6, “The rpd_nodes Table”.