Disk activity monitor


Job details

Name: Disk activity monitor
Platform: Sybase
Category: Performance
Description: Collects statistics created by the ‘System monitor collector’ task.
Long description:
Version: 1.3
Default schedule: 1,11,21,31,41,51 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sybase’]/instance[maj_version = ‘12′ & hasengine=‘YES’]

Parameters

Name Default value Description
history threshold 48 The amount of hours the statistics will be hold in the history table.

Job Summary

SELECT group_name, SUM(value) AS total_reads_and_writes
FROM dbw_disk_activity_histr
WHERE field_name IN ('total_reads', 'total_writes')
GROUP BY group_name;

Job Details

Dependencies and Pre-requisites

The disk activity monitor has several key dependencies:

Cleanup and Failure Management

The job includes mechanisms to handle failures and maintain the environment clean:

Implementation Details

This job involves several SQL operations as part of its implementation:

Reporting and Visualization

The job generates reports that provide insights into the disk activity, highlighting:

Tables and scripts used for generating these visualizations include sophisticated SQL queries and utilize the custom ‘dbw_disk_activity_histr’ table tailored specifically for this monitoring job.