1seg_protocol(3) globus scheduler event generator seg_protocol(3)
2
3
4
6 seg_protocol - SEG Protocol The general form for the SEG protocol
7 messages is
8
9 MESSAGE-TYPE;TIMESTAMP;message-type-specific content
10
11 · MESSAGE-TYPE is a three-digit integer. The JSM will parse the message
12 contents based on the message type.
13
14 · TIMESTAMP is an unsigned value indicating seconds since the UNIX
15 epoch.
16
18 001 - Job State Change
19 Message Format: 001;TIMESTAMP;JOBID;STATE;EXIT_CODE
20
21 Message Type Specific Content:
22
23 JOBID
24 local scheduler-specific job id
25
26 STATE
27 new job state (integer as per the GRAM protocol constants)
28
29 EXIT_CODE
30 job exit code if STATE is done or failed.
31
32Version 2.1 Sat Apr 30 2011 seg_protocol(3)