Check status of CrateDB nodes through the terminal or a client

Hi,

  1. Is it possible to check the status of the CrateDB nodes through the terminal?

  2. Is it also possible through a (python) client?

Found.

With crash

SELECT name, load['1'], os_info['jvm']['version'] FROM sys.nodes;
1 Like