Valid for
Manager
Description
Use LAGINFOSECONDS, LAGINFOMINUTES, or LAGINFOHOURS to determine the point at which lag should be reported to the event log as an informational message. For example, LAGINFOSECONDS 5 specifies a reporting interval of five seconds. Likewise, LAGINFOMINUTES 10 specifies a reporting interval of ten minutes; LAGINFOHOURS 2, specifies two hours.
When using a LAGINFO parameter, specify LAGREPORT to determine how often the lag times are evaluated and reported.
Syntax
LAGINFOCSECS csecs [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]| LAGINFOSECONDS seconds [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]| LAGINFOMINUTES minutes [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]| LAGINFOHOURS hours [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]
csecsThe reporting interval in centiseconds.
secondsThe reporting interval, in seconds.
minutesThe reporting interval, in minutes.
hoursThe reporting interval, in hours.
process_type group_nameSpecifies the process for which the lag will be reported.
IGNORETASKS|REPORTTASKSBy default the task groups are not reported.
By adding the REPORTTASKS option, the lag information will be reported for SOURCEISFILE and SPECIALRUN groups, toggle off with IGNORETASKS.
IGNORESTOPPED|REPORTSTOPPEDBy default no information is printed for a group in a STOPPED state. By adding the REPORTSTOPPED option, lag information will be reported, to toggle off with IGNORESTOPPED.