QRSTAT(1) | Grid Engine User Commands | QRSTAT(1) |
qrstat - show the status of Grid Engine Advance Reservations (AR)
qrstat [-ar ar_id,...] [-help] [-u user,...] [-explain]
qrstat shows the current status of the available Grid Engine ARs. The selection option -ar allows you to get information about specific AR.
The administrator and the user may define files which can contain any of the options described below. A cluster-wide sge_qrstat file may be placed under $SGE_ROOT/$SGE_CELL/common/sge_qrstat The user private file is searched at the location $HOME/.sge_qrstat. The home directory request file has the highest precedence over the cluster global file. Command line can be used to override the flags contained in the files.
The output format for the alarm reasons is one line per reason.
The string $user is a placeholder for the current username. An asterisk "*" can be used as a username wildcard to request that all users' ARs be displayed. The default value for this switch is "-u $user".
Depending on the presence or absence of the -ar option there are two output formats need to be differentiated.
Following the header line, a section for each AR is provided. The columns contain information for
w - waiting without error W - warning (effective - waiting with error) r - running E - error (effective - running with error) d - deleted
The output contains two columns. The first one contains all AR attributes. The second one the corresponding value.
The name of the default cell, i.e. default.
<sge_root>/<cell>/common/act_qmaster Grid Engine master host file <sge_root>/<cell>/common/sge_qrstat cluster qrstat default options $HOME/.sge_qrstat user qrstat default options
See sge_intro(1) for a full statement of rights and permissions.
2011-05-20 | SGE 8.1.3pre |