SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index

14.4.2.1 Summary of important events

This report provides a brief listing of important (completed and failed) events.

The following commands were used to generate this report:


 
report title="Summary of important events/selected by all settings/- 
(SCHH_USER_B_IMPEVENT_ALL_80)",- 
out=**."Output",- 
srcshr=scheduleshr,srcrtn=scheduleh_db_io,columns=80 
 
select sch_event, include="R*,V*" 
select directory, include=**."Directory" 
select job_name, include=**."Job" 
select set_id, minimum=**."Minimum set id", maximum=**."Maximum set id" 
select log_date, from=**."From log date", to=**."To log date" 
 
print log_date,sort,title="Completion time",edit_string="NN-DD-YYBTTTTT" 
print sch_event,title="Event" 
print full_name,title="Job name",edit_string="X(20)" 
print set_id,title="Set id" 
print cpu_time,edit_string="ZZZ,ZZZ.ZZ",title="Cpu time" 
print io_count,edit_string="Z,ZZZ,ZZZ",title="Io count" 
 
end 
 
 
 

The following report was produced:


 
ISE, INC.                                            ISE, Inc. SCHEDULE V4.4 
November 25, 1998, 14:27   Summary of important events                Page 1 
                            selected by all settings 
                          (SCHH_USER_B_IMPEVENT_ALL_80) 
 
Completion time     Event           Job name      Set id  Cpu time Io count 
 
 
11-25-98 04:24 R  Msg comp    /demo/a/start         1,432      5.34      268 
11-25-98 04:27 R  Msg comp    /demo/a/update_c      1,432      3.18      253 
11-25-98 04:27 R  Msg comp    /demo/a/update_a      1,432      5.35      267 
11-25-98 04:28 R  Msg comp    /demo/a/update_b      1,432      5.21      277 
11-25-98 04:31 R  Msg comp    /demo/a/report_1      1,432      5.44      271 
11-25-98 04:31 R  Msg comp    /demo/a/summary_a     1,432      3.43      252 
11-25-98 04:32 R  Msg comp    /demo/a/summary_b     1,432      5.14      276 
11-25-98 04:34 R  Msg comp    /demo/a/report_2      1,432      5.12      276 
11-25-98 04:35 R  Msg comp    /demo/a/report_3      1,432      3.20      251 
11-25-98 04:38 R  Msg comp    /demo/a/finished      1,432      5.18      280 
 
 

14.4.2.2 Summary of all events

This report provides a brief listing of important (completed and failed) events.

The following commands were used to generate this report:


 
report title="Summary of events/selected by all settings/- 
(SCHH_USER_ALLEVENT_ALL_80)",- 
out=**."Output",- 
srcshr=scheduleshr,srcrtn=scheduleh_db_io,columns=80 
 
select directory, include=**."Directory" 
select job_name, include=**."Job" 
select set_id, minimum=**."Minimum set id", maximum=**."Maximum set id" 
select log_date, from=**."From log date", to=**."To log date" 
select sch_event, include=**."Queue_list" 
 
print log_date,sort,title="Log date",edit_string="NN-DD-YYBTTTTT" 
print sch_event,title="Event" 
print full_name,title="Job name",edit_string="X(20)" 
print set_id,title="Set id" 
print cpu_time,edit_string="ZZZ,ZZZ.ZZ",title="Cpu time" 
print io_count,edit_string="Z,ZZZ,ZZZ",title="Io count" 
 
end 
 
 
 

The following report was produced:


 
ISE, INC.                                                ISE, Inc. SCHEDULE V4.4 
November 25, 1998, 16:42        Summary of events                         Page 1 
                            selected by all settings 
                           (SCHH_USER_ALLEVENT_ALL_80) 
 
   Log date         Event            Job name       Set id   Cpu time  Io count 
 
11-25-98 12:36 M  COMPLETED    /demo/a/report_3       1,439 
11-25-98 12:36 N  INT DESC     /demo/a/report_3       1,439 
11-25-98 12:36 E  WTFR PREREQS /demo/a/finished       1,439 
11-25-98 12:36 J  SUBMITTING   /demo/a/finished       1,439 
11-25-98 12:37 U  MSG STARTED  /demo/a/finished       1,439       4.30       212 
11-25-98 12:37 Q  MSG SIGNAL   /demo/a/finished       1,439 
11-25-98 12:37 L  STARTED      /demo/a/finished       1,439 
11-25-98 12:39 R  MSG COMP     /demo/a/finished       1,439       5.07       273 
11-25-98 12:39 Q  MSG SIGNAL   /demo/a/finished       1,439 
11-25-98 12:39 M  COMPLETED    /demo/a/finished       1,439 
11-25-98 12:39 N  INT DESC     /demo/a/finished       1,439 
 
 


Previous Next Contents Index