DBMS uptime


Job details

Name: DBMS uptime
Platform: Sybase
Category: Availability
Description: Collects database uptime statistics.
Long description:
Version: 1.2
Default schedule: * * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sybase’]/instance[maj_version > ‘11′ & hasengine=‘YES’]

Parameters

Name Default value Description
dbw username dbwatch Database user name used by the dbWatch Server when connecting to the dbWatch Engine.
dbw user id 0 Database user id used by the dbWatch Server when connected to the dbWatch Engine.
end availability timestamp 00:00 Availability timestamp (hh:mm), used to define start of allowed DBMS shutdown period.
end availability duration 180 Availability duration in minutes, used to define length of allowed DBMS shutdown period.

Job Summary

SELECT * FROM dbw_dbms_uptime_data;
SELECT * FROM dbw_dbms_uptime_histr;

Job Technical Description

Dependencies and Cleanup

Dependencies

Object Object Type Description
dbw_dbms_uptime_data Table Primary data table for storing uptime events
dbv_dbms_monitored View Aggregates monitored data over periods
dbv_dbms_up View Summarizes periods when DBMS was up

Cleanup on Failure

Implementation Details

Reporting

Additional Notes