eG Monitoring
 

Measures reported by MySQLCltPrcsTest

This test reports the total number of processes executing on the target MySQL database cluster and the number of processes in the different process states - starting, running, stopping, stopped, failed, unknown etc. Using this test, administrators can isolate failed processes and can initiate a probe to figure out the reason behind the failed processes.

Outputs of the test : One set of results for each node in the target cluster being monitored

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
processCount Indicates the total number of processes executing on this node. Number This measure is a good indicator of process load on each node of the target MySQL database cluster.
addedState Indicates the number of processes that were added to this node during the last measurement period. Number The detailed diagnosis of this measure lists the name of the processes/package executing the processes that were added for each node.
startingState Indicates the number of processes that were in Stating state during the last measurement period. Number The detailed diagnosis of this measure lists the name of the processes/package executing the processes that were in Starting state for each node.
runningState Indicates the number of processes that were in Running state during the last measurement period. Number The detailed diagnosis of this measure lists the name of the processes/package executing the processes that were in Running state for each node.
stoppingstate Indicates the number of processes that were in Stopping state during the last measurement period. Number The detailed diagnosis of this measure lists the name of the processes/package executing the processes that were in Stopping state for each node.
stoppedState Indicates the number of processes that were stopped on this node during the last measurement period. Number The detailed diagnosis of this measure lists the name of the processes/package executing the processes that were in Stopped state for each node.
failedState Indicates the number of processes that failed on this node during the last measurement period. Number Ideally, the value of this measure should be 0.

The detailed diagnosis of this measure lists the name of the processes/package executing the processes that failed for each node.
unknownState Indicates the number of processes that were in an Unknown state during the last measurement period. Number The detailed diagnosis of this measure lists the name of the processes/package executing the processes that were in Unknown state for each node.