Shows the jobs submitted in the cluster’s Job Queue.
usage: awsbstat [-h] [-c CLUSTER] [-s STATUS] [-e] [-d]
[job_ids [job_ids ...]]
job_ids | A space separated list of job IDs to show in the output. If the job is a job array, all the children will be displayed. If a single job is requested it will be shown in a detailed version |
-c, --cluster | Cluster to use |
-s, --status | Comma separated list of job status to ask, defaults to “active” jobs. Accepted values are: SUBMITTED, PENDING, RUNNABLE, STARTING, RUNNING, SUCCEEDED, FAILED, ALL Default: “SUBMITTED,PENDING,RUNNABLE,STARTING,RUNNING” |
-e, --expand-children | |
Expand jobs with children (array and MNP) Default: False | |
-d, --details | Show jobs details Default: False |