|
Measures reported by MySQLCluUsrPrsTest
This test reports the number and state of the processes of each user who is currently connected to the MySQL Cluster server. Using the metrics reported by this test, administrators can promptly isolate idle processes, which are a drain on a server's resources.
Outputs of the test : One set of results for each user currently connected to each node on the target MySQL Cluster database server monitored
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| Total_process |
Indicates the total number of processes for this user. |
Number |
|
| Active_process |
Indicates the number of processes of this user that are currently active. |
Number |
The detailed diagnosis of this measure indicates the exact active processes of this user and the time for which the processes are actually active. |
| Inactive_process |
Indicates the processes that were inactive for this user in this database. |
Number |
The detailed diagnosis of this measure if enabled, indicates the inactive processes of this user and the time for which the processes were inactive. |
| Idle_process |
Indicates the processes that are idle for this user in this database. |
Number |
The detailed diagnosis of this measure if enabled, indicates the idle processes of this user and the time for which the processes were idle. |
|