| Agents Administration - Tests |
|---|
Configuration of MySQLCluWrkLdTest A resource-hungry or a long-running query is one of the main reasons for performance degradation of the target database server instance in a cluster. When such queries execute on the cluster server, they hog almost all the available resources or keep the resources locked for long time periods, thus leaving little to no resources for carrying out other critical database operations. This can significantly slowdown the database server and adversely impact user experience with the cluster server. To ensure peak performance of the target cluster at all times, such queries should be rapidly identified and quickly optimized to minimize resource usage. This is where the MySQLCluWrkLdTest test helps. At configured intervals, this test reports the maximum number of internal on-disk temporary tables created by the server while executing statements. This test also reports how long did a query take for execution and how long did a query spend waiting for table locks. In addition, this test also throws light on the count of table scans that happened on the database server instance. Using the detailed diagnostics of this test, administrators can figure out inefficient queries and proceed to optimize them to enhance server performance. The default parameters associated with this test are:
When changing the configuration for specific servers, a “*” beside the text box corresponding to the parameter signifies that these values have to be manually configured by the user. The parameter values that require to be configured will typically be prefixed with a “$” or contain a series of “*”. A value of “none” in the parameter value indicates that the corresponding parameter value can be changed if required.
|