Each job as it progresses through the Schedule System, it makes a series of queue changes (e.g. `Ready to submit', `Completed', etc.). Each queue change is recorded in the historical data file.
To view historical data about a particular job use a command of the following format.
UNIX/Linux:
Schedule> type/history /schedule_maintenance/auto_history_purge
/schedule_maintenance/auto_history_purge
April 29, 2013, 23:59 B Wtfr start
April 29, 2013, 23:59 B Wtfr start
April 29, 2013, 23:59 C Activated
April 29, 2013, 23:59 D Workgroup
April 29, 2013, 23:59 H Wtfr resrc
April 29, 2013, 23:59 U Msg started
April 29, 2013, 23:59 R Msg comp
April 30, 2013, 23:59 B Wtfr start
April 30, 2013, 23:59 B Wtfr start
April 30, 2013, 23:59 C Activated
April 30, 2013, 23:59 D Workgroup
April 30, 2013, 23:59 H Wtfr resrc
April 30, 2013, 23:59 U Msg started
What it does: Displays queue information for job /schedule_maintenance/auto_history_purge
Windows:
Schedule> type/hist master /full /queue=r
\evalu\master
May 3, 2013, 8:21 R Msg comp 76. job11 (15560)
step:0 tag:"" param:""
node:3\OSCAR entry:0
strt:May 3, 2013, 8:21 Sts:00388001 CPU:0 Elps:0 IO:1509
May 3, 2013, 8:22 R Msg comp 25. job11 (15561)
step:0 tag:"" param:""
node:3\OSCAR entry:0
strt:May 3, 2013, 8:22 Sts:00388001 CPU:0 Elps:0 IO:1139
May 3, 2013, 8:23 R Msg comp 84. job11 (15562)
step:0 tag:"" param:""
node:3\OSCAR entry:0
strt:May 3, 2013, 8:23 Sts:00388001 CPU:0 Elps:0
May 3, 2013, 8:23 R Msg comp 88. job11 (15563)
step:0 tag:"" param:""
node:3\OSCAR entry:0
strt:May 3, 2013, 8:23 Sts:00388001 CPU:0 Elps:0 IO:11
May 3, 2013, 8:39 R Msg comp 73. job11 (15564)
step:0 tag:"" param:""
node:3\OSCAR entry:0
strt:May 3, 2013, 8:39 Sts:00388001 CPU:0
What it does: Displays detailed queue information for the R queue
See Type job history data (type/history or morehist) for a detailed description of this command.