Pqstat
Documentation / Reference Manual / Advanced Batch System / Commands / pqstat
Name
pqstat
Synopsis
pqstat [OPTIONS]
Description
Print info about jobs submitted to the batch systems.
Search expressions:
Search tokens: bs (short name of batch server), st (state), user, id (only numeric part), queue (only name), title, path,
ncpus, ngpus, nnodes
Comparison operators: == (equal), != (not equal), <, <=, >, >=
Logical operators: ! (logical not), && (logical and), || (logical or)
Braces: ( )
The search token must be always on the left side of comparison operator.
On the right side, it can be:
an integer number for id, ncpus, ngpus, and nnodes tokens
a string for bs, st, user, , title, and path tokens
String comparisons can employ shell wildcard patterns and == or != comparison operators only.
Options
-j, --job NAME print technical info about given job
|
-q, --queue NAME print jobs belonging to specified queue
|
-s, --search EXPRESSION search for jobs satisfying logical expression
|
-p, --path print job path if possible
|
-l, --comment print job comment if possible
|
-o, --origin print job origin if the job was moved between servers
|
-c, --completed keep all jobs
|
-f, --finished show only finished jobs sorted by their termination time
|
-m, --moved show only moved jobs
|
-t, --technical print all jobs in technical format
|
-v, --verbose increase output verbosity
|
--version output version information and exit
|
-h, --help display this help and exit
|