Gelera Cluster network statistics


Job details

Name: Gelera Cluster network statistics
Platform: Mariadb
Category: Cluster and Replication
Description: This job collects the number of bytes received and sent from from other Galera Cluster nodes.
Long description: This job collects the number of bytes received and sent from other Galera Cluster nodes.
Version: 1.1
Default schedule: 4,9,14,19,24,29,34,39,44,49,54,59 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & is_mariadb_branch=‘1′]/.[hasengine=‘YES’ & use_global_variables_information_schema = ‘1′ & wsrep_cluster != ‘0′]

Parameters

Name Default value Description
history threshold 7 The maximum number of day to keep statistics for in the history tables.
threshold (time) 15 A period of time (in minutes) the network statistics are calculated for (default 15 minutes)

Job Summary

select round(((bytes_received_diff)/(period/60))/1024,1) as Received, round(((bytes_sent_diff)/(period/60))/1024,1) as Sent, histr_date as "History date" from dbw_galera_cluster_network_stat_histr where histr_date > DATE_ADD(now(), INTERVAL -48 HOUR) order by "History date" asc

Details and Logic

Execution and Reporting

Cleanup and Safety Measures

Installation and Compatibility

Metadata and Categorization