Network statistics


Job details

Name: Network statistics
Platform: Mariadb
Category: Performance
Description: This job collects the number of bytes received and sent from all clients.
Long description: This job collects the number of bytes received and sent from all clients.
Version: 1.1
Default schedule: 1,6,11,16,21,26,31,36,41,46,51,56 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & is_mariadb_branch=‘1′]/.[hasengine=‘YES’ & global_status_performance_schema = ‘1′ ]

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 VARIABLE_VALUE FROM performance_schema.global_status WHERE variable_name IN ('BYTES_RECEIVED', 'BYTES_SENT');
  

Job Details

Dependency and Cleanup Strategy

Implementation

Reporting Strategy

Conclusion

The “Network statistics” job by dbWatch Control Center ensures comprehensive and efficient monitoring of network performance for MariaDB instances, with detailed and automated reporting facilitating easy interpretation and timely decision-making regarding database management and optimization.