HeatWave User Guide  /  ...  /  HeatWave Memory Usage Monitoring

7.1.2 HeatWave Memory Usage Monitoring

To view the memory usage for each HeatWave node:

Press CTRL+C to copy
mysql> SELECT ID, MEMORY_USAGE, MEMORY_TOTAL, BASEREL_MEMORY_USAGE FROM performance_schema.rpd_nodes; +----+--------------+--------------+----------------------+ | ID | MEMORY_USAGE | MEMORY_TOTAL | BASEREL_MEMORY_USAGE | +----+--------------+--------------+----------------------+ | 0 | 115760258 | 515396075520 | 115760152 | | 1 | 115845086 | 515396075520 | 115844980 | +----+--------------+--------------+----------------------+

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