Service check with memsqltools

Hi,

We use to check the status of memsql-ops service using

memsql-ops status

But with the memsql tools how do we check if the memsql service is up

Try

memsql-admin show-leaves
and
memsql-admin show-aggregators

Also, MemSQL Studio has a cluster status view. It is the Dashboard panel you see when you start it up.

Hi,

We have documentation showing command mappings from memsql-ops to memsql-tools:

– Cynn