Revision 3086220e man/gnt-job.rst

b/man/gnt-job.rst
74 74
The ``-o`` option takes a comma-separated list of output fields.
75 75
The available fields and their meaning are:
76 76

  
77
@QUERY_FIELDS_JOB@
77 78

  
79
If the value of the option starts with the character ``+``, the new
80
fields will be added to the default list. This allows one to quickly
81
see the default list plus a few other fields, instead of retyping
82
the entire list of fields.
78 83

  
79
id
80
    the job id
81

  
82
status
83
    the status of the job
84

  
85
priority
86
    current priority of the job
87

  
88
received_ts
89
    the timestamp the job was received
90

  
91
start_ts
92
    the timestamp when the job was started
93

  
94
end_ts
95
    the timestamp when the job was ended
96

  
97
summary
98
    a summary of the opcodes that define the job
99

  
100
ops
101
    the list of opcodes defining the job
102

  
103
opresult
104
    the list of opcode results
105

  
106
opstatus
107
    the list of opcode statuses
108

  
109
oplog
110
    the list of opcode logs
111

  
112
opstart
113
    the list of opcode start times (before acquiring locks)
114

  
115
opexec
116
    the list of opcode execution start times (after acquiring any
117
    necessary locks)
118 84

  
119
opend
120
    the list of opcode end times
85
LIST-FIELDS
86
~~~~~~~~~~~
121 87

  
122
oppriority
123
    the priority of each opcode
88
**list-fields** [field...]
124 89

  
90
Lists available fields for jobs.
125 91

  
126
If the value of the option starts with the character ``+``, the new
127
fields will be added to the default list. This allows one to quickly
128
see the default list plus a few other fields, instead of retyping
129
the entire list of fields.
130 92

  
131 93
WATCH
132 94
~~~~~

Also available in: Unified diff