SYS.AUD size


Job details

Name: SYS.AUD size
Platform: Oracle
Category: Capacity
Description: Checks the maximum number of processes.
Long description:
Version: 1.1
Default schedule: 3h
Requires engine install: No
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]

Parameters

Name Default value Description
warning_threshold 100 MB in SYS.AUD$ in order to generate warning
alarm_threshold 500 MB in SYS.AUD$ in order to generate alarm

Job Summary

select round(bytes/1048576,1), (select count(*) from sys.aud$) from dba_segments where segment_name='AUD$' and owner='SYS';

Monitoring Logic

The job operates according to the following logic:

Job Implementation

The job leverages SQL and JavaScript script processing:

Job Configuration Details

Reporting

A report template includes:

Output Examples and Usage