PBS `qstat`
In addition to qsub
, there are a number of other useful commands available to the general
user. The commands qstat
and qdel
can be used to manage jobs. In this example, qstat
is
used to determine what is on the queue:
Command | Description |
---|---|
qstat -a |
List all jobs in the queue |
qstat -u <username> |
List all jobs of a particular user |
qstat -f <job-number> |
Show detailed information about a job |
Get hands-on with 1400+ tech skills courses.