awsbstat
Shows the jobs that are submitted in the cluster’s job queue.
awsbstat [-h] [-c
CLUSTER
] [-sSTATUS
] [-e] [-d] [job_ids
[job_ids
...]]
Positional Arguments
job_ids
-
Specifies the space-separated list of job IDs to show in the output. If the job is a job array, all of the child jobs are displayed. If a single job is requested, it is shown in a detailed version.
Named Arguments
-c
CLUSTER
, --clusterCLUSTER
-
Indicates the cluster to use.
-s
STATUS
, --statusSTATUS
-
Specifies a comma-separated list of job statuses to include. The default job status is “active.”. Accepted values are:
SUBMITTED
,PENDING
,RUNNABLE
,STARTING
,RUNNING
,SUCCEEDED
,FAILED
, andALL
.Default: “
SUBMITTED
,PENDING
,RUNNABLE
,STARTING
,RUNNING
” -e, --expand-children
-
Expands jobs with children (both array and multi-node parallel).
Default: False
-d, --details
-
Shows jobs details.
Default: False