|
Measures reported by MySqlUsrProcessTest
This test reports the number and state of processes of each user who is currently connected to the MySQL server. Using the metrics reported by this test, administrators can promptly isolate idle processes, which are a drain on a server's resources.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Active_process |
Indicates the processes that are active for this user in this database. |
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. |
| 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. |
| 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. |
| Total_process |
Indicates the total number of processes for this user in this database. |
Number |
The detailed diagnosis of this measure if enabled, lists out all the processes for this user. |
|