You add custom columns to
the Workload page for jobs, job array elements, jobs that belong to job
groups, and flows with the configuration file $GUI_CONFDIR/customJobColumn.xml.
Procedure
- Edit the file $GUI_CONFDIR/customJobColumn.xml.
- Add a
<JobColumn>
section for your
custom column. The following example adds the column
Application Status, taking as input
the predefined values for memory usage and job
priority:
<JobColumnConf>
<JobColumnGroup id="customColumn" name="">
<JobColumn id="appStatus">
<Command type="CLI">$GUI_CONFDIR/application/getstate.sh/Command>
<ColumnName>Application Status</ColumnName>
<Tooltip>Application state reported by application library </Tooltip>
<InputParams> MEMORY;PRIORITY </InputParams>
</JobColumn>
</JobColumnGroup>
</JobColumnConf>
- Save the file.
- Validate the XML file against the xsd file $GUI_CONFDIR/customJobColumn.xsd.