Previous | Contents | Index |
This report provides a brief listing of the resource controls data, outputing the required data file and the measured cpu time, elapsed time, and I/O count.
The following commands were used to generate this report:
report title="Resource controls/Brief listing/- (SCH_USER_BRF_RES_80)",- out=**."Output",- srcshr=scheduleshr,srcrtn=schedule_db_io,columns=80 select directory, include=**."Directory" select job_name, include=**."Job" select gen_comment1, include=**."Comment" select current next start, from=**."From next start", to=**. "To next start" print job_name,sort,title="Job name", edit_string="X(20)" print res_measured_cputime, title="CPU time" print res_measured_elapse_time,title="Elapsed time" print res_measured_io_count, title="IO count" print res_file, title="Required file", edit_string="X(15)" end |
The following report was produced:
ISE, INC. ISE, Inc. SCHEDULE V4.4 November 25, 1998, 11:02 Resource controls Page 1 Brief listing (SCH_USER_BRF_RES_80) Job name CPU time Elapsed time IO count Required file FAILED 5.47 145.00 297 FINISHED 3.90 132.71 246 REPORT_1 4.36 138.92 248 REPORT.DAT REPORT_2 4.66 134.29 249 REPORT.DAT REPORT_3 4.85 136.59 248 REPORT.DAT START 3.88 133.59 249 SUMMARY_A 7.64 148.43 249 SUMMARY_B 13.93 162.00 252 UPDATE_A 4.47 143.70 245 UPDATE_A_FAILED 0.00 0.00 0 UPDATE_B 7.53 146.98 258 UPDATE_C 14.66 158.75 253 |
Previous | Next | Contents | Index |