Database growth rate (detailed)


Job details

Name: Database growth rate (detailed)
Platform: Sybase
Category: Capacity
Description: Collects database growth rates statistics.
Long description:
Version: 1.3
Default schedule: 10 6 2,6 *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sybase’]/instance[maj_version > ‘11′ & hasengine=‘YES’]

Parameters

Name Default value Description
min histr interval 360 The minimum number of minutes before a new history record will be collected into the history table.
max databases 10 The number of databases for which the space usage statistics will be collected into the history table (ordered by space used).

Job Summary

select db_id as "database id", db_name as "database", size_mb as "total size", used_mb as "space used", segmap_info as "segmap type", histr_date as "statistics collected" from dbw_db_size_tab order by used_mb desc;

Detailed Description

Implementation Details

Dependencies

Cleanup and Robustness

Report Generation

Database Reports Overview
_ _
Report Title Database Growth Rate
Description Detailed information about growth rates for all databases. Includes tabular data and graphical presentations for better visualization.

Schedule

Enhancements and Installation

Overall, this monitoring job provides essential data for effective database capacity management and planning in a detailed and systematic manner, appropriate for databases expecting growth or needing careful management of space resources.