A few days ago, I posted a blog on monitoring MySQL Cluster / NDB
with the aid of MyQuery accessing the ndbinfo tables. Now, there
are more ways than that to query the status of MySQL Cluster /
NDB, you can use the MGMAPI, which is the low level API used to
monitor and manage a NDB Cluster setup.So, if this API is
available, and is accessible from C, and MyQuery has the ability
to be extended with DLLs written in C or C++, then why not create
a MyQuery plugin for managing a NDB Cluster? Tell you what, that
is already part of MyQuery, which has by the way had a few
bugfixes and is now up to version 3.3.4.
To get started, if you haven't done so already, download MyQuery
and install it, and make sure to install the plugins / User
defined tools. Once you have done that we are sort-of ready to
go, but first a few words pf caution regarding the
sourcecode.
If you haven't used any of the NDB low-level APIs, i.e. NDBAPI
and …
[Read more]