Skip to main content

qbjobs

Description

qbjobs displays a list of currently active jobs in the Qube queueing system software.

Usage

qbjobs [options] [JobID...|0]

where JobID is one or more job IDs, and 0 is a wild card token representing all the user's jobs.

With no arguments, qbjobs only lists the current user's jobs.

Options

OptionDescription
--waitingDisplay waiting jobs
--pendingDisplay pending jobs
--suspendedDisplay suspended jobs
--blockedDisplay blocked jobs
--runningDisplay running jobs
--failedDisplay failed jobs
--killedDisplay killed jobs
--completeDisplay complete jobs
--doneDisplay done (complete,failed,killed) jobs
--activeDisplay active (pending,running,blocked) jobs
--flags string...Display jobs which have string flags enabled
--user stringDisplay jobs for the user login string
--cluster stringDisplay jobs with cluster string
--name stringDisplay jobs with string name
--label stringDisplay jobs with string label
--type string --prototype stringDisplay jobs with string type
--kind stringDisplay jobs with string kind
--priority intDisplay jobs with int priority
--pgrp intDisplay jobs with int pgrp ID
--pid intDisplay jobs with int pid
--expression <exp>Display jobs which satisfy expression <exp>
--statusDisplay the subjob and agenda status
--timesDisplay the start/complete times
--reverseReverse the sort order of the jobs
--passwordDisplay encrypted password
--sortby stringSort the jobs by string field
--longDisplay jobs with additional detail
--dataDisplay jobs with data/package information
--delimit charFormat output using the char delimiter
--xmlOutput in XML format
--helpCommand help
--versionCommand version

Notes

With no arguments, qbjobs only lists the current user's jobs.

Examples

See Also