MONITOR a queue.
The MONITOR command will display all scheduling queue transistions as they happen.
General Format
monitor/queue [/qualifiers] [queue,queue...]
where queue letters are A through S and W or "*" The default list of queues is B,E,F,G,H,I,K,L,M,W.
Alternate
monque [-qualifiers][queue,queue...]
Queue Letter |
Description |
A |
Compute next start |
B |
Wait for next start time |
C |
Initiate with no set id. |
D |
Workgroup manager |
E |
Wait for local prerequisite |
F |
Request remote prerequisite |
G |
Wait for remote prerequisite |
H |
Wait for a required file |
I |
Wait for disk space requirements |
J |
Ready to submit |
K |
Submitted for execution |
L |
Execution Started |
M |
Job Completed |
N |
Initiate Descendent jobs |
O |
Send initiate request to a remote node |
P |
Holding previous completions |
Q |
Event messages |
R |
Job completion messages |
S |
Remote completion messages |
W |
Variables being processed |
Qualifier Summary
/all
/current
/set_id = number
/job = name
/node = source_node
Examples
C:\> schedule monitor
E Wtfr prereq 110. \b\start_tree (1361)
H Wtfr file 110. \b\start_tree (1361) Waiting for file TEST.DAT
I Wtfr disk 110. \b\start_tree (1361) Waiting for 100 blocks
K Submitted 110. \b\start_tree (1361)
L Started 110. \b\start_tree (1361)
M Completed 110. \b\start_tree (1361) Completed on Nov. 21, 16:59
B Wtfr start 141. \b\branch_2 (1361)
B Wtfr start 400. \b\branch_1 (1361)
E Wtfr prereq 141. \b\branch_2 (1361)
E Wtfr prereq 400. \b\branch_1 (1361)
K Submitted 141. \b\branch_2 (1361) Execution queue entry 281
K Submitted 400. \b\branch_1 (1361)
L Started 141. \b\branch_2 (1361) Execution queue entry 281
L Started 400. \b\branch_1 (1361)
M Completed 141. \b\branch_2 (1361) Completed on Nov. 21, 17:00
M Completed 400. \b\branch_1 (1361) Completed on Nov. 21, 17:00
I Wtfr disk 105. \b\job_1 (1361) Waiting for 100 blocks
K Submitted 403. \b\job_4 (1361)
L Started 113. \b\job_6 (1361)
K Submitted 94. \b\job_3 (1361)
L Started 92. \b\job_5 (1361)
K Submitted 90. \b\job_2 (1361)
K Submitted 105. \b\job_1 (1361)
L Started 403. \b\job_4 (1361)
M Completed 113. \b\job_6 (1361) Completed on Nov. 21, 17:01
L Started 94. \b\job_3 (1361)
L Started 90. \b\job_2 (1361)
M Completed 92. \b\job_5 (1361) Completed on Nov. 21, 17:01
L Started 105. \b\job_1 (1361)
M Completed 403. \b\job_4 (1361) Completed on Nov. 21, 17:02
M Completed 94. \b\job_3 (1361) Completed on Nov. 21, 17:02
M Completed 90. \b\job_2 (1361) Completed on Nov. 21, 17:02
M Completed 105. \b\job_1 (1361) Completed on Nov. 21, 17:02
Qualifiers
/all
The ALL option tracks all users.
/current
The CURRENT option will start the display with the most current statistics.
/hostname=host_name
The qualifier specifies what node (either local or remote) you want the operation performed on.
/set_id=number
The SET_ID qualifier points to a designated job set. If no number is specified the default implies all job sets.
/job=name
The JOB qualifier displays only jobs matching the specification. The name can contain wildcards.