A system is not a system unless it can be monitored and
controlled...I recall something like that from a university
course in Control Theory.
However, in a couple of blogs from now on I am going to give some
ideas on how to monitor and control MySQL Cluster. To control, we
need to have process management software that automatically
restarts processes.
To do monitoring we need to have a tool to collect information...
and here is a new monitoring tool, called CMON (instructions further down). CMON aggregates
information from MySQL Cluster that earlier was only accessible
from the cluster log or the management client, such as:
- cluster state
- node state
- backup statistics
- statistics
- cluster events (cluster log basically)
.. and let's you access the …
[Read more]