Man page - sge_schedule(5)
Packages contas this manual
- sge_accounting(5)
- load_parameters(5)
- sge_complex(5)
- sge_aliases(5)
- sge_priority(5)
- sge_intro(1)
- sge_hostgroup(5)
- sge_pe(5)
- sge_access_list(5)
- sge_project(5)
- sge_reporting(5)
- sge_user(5)
- sge_sched_conf(5)
- sge_schedule(5)
- sge_status(5)
- sge_types(5)
- sge_share_tree(5)
- sge_resource_quota(5)
- sge-enable-disable(1)
- sge_queue_conf(5)
- sge_ckpt(5)
- sge_host_aliases(5)
- sge_calendar_conf(5)
- sge_host_conf(5)
- sge_dl(8)
- jsv_script_interface(3)
- sge_qtask(5)
- sge_bootstrap(5)
- sge_qstat(5)
- sgepasswd(5)
- sge_conf(5)
- sge_hostnameutils(1)
- sge_ca(8)
- sge_checkpoint(5)
- sgepasswd(1)
- sge_request(5)
- remote_startup(5)
apt-get install gridengine-common
Manual
| sge_schedule(5) | File Formats Manual | sge_schedule(5) |
NAME
sge_schedule - format of the Grid Engine schedule file
DESCRIPTION
The schedule file is written by the qmaster when MONITOR=1 is set in the params item of sched_conf(5).
Note that the file tends to grow rapidly, and should be truncated/rotated, e.g. with logrotate(1). Also it should probably be placed on local disk, not an NFS-mounted filesystem, for instance, because of the large number of small writes it typically gets - e.g. make a symbolic link into the qmaster spool area (assuming that is local).
See qsched(1) for a tool to process the data and produce information on reservations.
FORMAT
A line containing
::::::::
indicates the start of a scheduling interval. It is followed by lines showing
the resource usage considered for the interval. They contain the following
fields, delimited by ':'.
- job id
- The numeric job id;
- task id
- The task id (1 for serial jobs);
- reason
- The for listing the utilization. One of the following, depending on the job's state:
- start time
- Start of resource utilization, in seconds after the epoch;
- end time
- End of resource utilization, as above;
- level
- The level at which resources are considered. One of:
- object name
- Name of the relevant queue, host, parallel environment, or "global";
- resource name
- Complex name in use or being reserved;
- utilization
- Amount of the named complex.
FILES
$SGE_ROOT/$SGE_$CELL/common/schedule
SEE ALSO
sched_conf(5), qsched(1).
| 2012-07-25 |