Database growth rate (detailed)


Job details

Name: Database growth rate (detailed)
Platform: Mysql
Category: Capacity
Description: Collects detailed growth rate information.
Long description: Collects detailed information on the growth rate of the database server (detailed).
Version: 2.1
Default schedule: 10 5,17 * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & is_mysql_branch=‘1′]/.[hasengine=‘YES’]

Parameters

Name Default value Description
min histr interval 360 The minimum number of minutes before a new history record will be collected in the history table.

Job Summary

SELECT SCHEMA_NAME, SUM(DATA_LENGTH + INDEX_LENGTH) FROM INFORMATION_SCHEMA.TABLES GROUP BY SCHEMA_NAME;

This SQL command gives the size of each database.

Job Description

Job Implementation

Report Generation