task_qry.sh

Purpose:

Retrieve a list of tasks ran from the system status log database from the current day back the specified number of days.

Enter:

task_qry.sh < executable_name > [number_of_days_to_go_back]

Where:

executable_name

specified task name to query the system status log database for to determine if has been ran

number_of_days_to_go_back

number of days to retrieve data for from the current day

Example:

task_qry.sh  evnt_adm
The above command will query the system status log database to determine if the evnt_adm task has ever been executed.

task_qry.sh evnt_adm 5
The above command will query the system status log database to determine if the evnt_adm task has been executed within the last 5 days.

Notes:

See Also: