Aborted clients


Job details

Name: Aborted clients
Platform: Mariadb
Category: Availability
Description: Checks the number of clients not closing the connection properly.
Long description: Checks the number of clients not closing the connection properly.
Version: 1.1
Default schedule: 12,42 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & is_mariadb_branch=‘1′]/.[hasengine=‘YES’ & use_global_variables_information_schema = ‘1′ ]

Parameters

Name Default value Description
warning threshold 50 The maximum value of aborted clients (over a period of time defined by the [time threshold] parameter) before a warning is triggered.
alarm threshold 500 The maximum value of aborted clients (over a period of time defined by the [time threshold] parameter) before an alarm is triggered.
threshold (time) 120 A period of time (in minutes) which must be passed (combined with the number of aborted clients) before an alarm or a warning is returned by the procedure.
enable warnings and alarms NO If set to “NO” (default), the alert will only collect statistics without returning status warning or alarm. Value “YES“ will activate the alert.
history threshold 7 The maximum number of day to kept statistics for in the historic tables.

Job Summary

SELECT VARIABLE_VALUE AS aborted_clients FROM information_schema.global_status WHERE variable_name = 'Aborted_clients';

Job Details

Output & Reporting

Dependency & Cleanup

Key Parameters (without detailed descriptions)

Parameter Default Value
Warning Threshold 50
Alarm Threshold 500
Time Threshold 120
Enable Warnings and Alarms NO
History Threshold 7

Updates and Adjustments

Execution

This informational system, through careful monitoring and reporting, aids in maintaining optimal database operations, ensuring reliability and performance in client-server interactions.