qq queues

The qq queues command displays the queues available on the current batch server. It is qq's equivalent of Infinity's pqueues.


Quick comparison with pqueues

  • qq queues is generally more accurate at identifying available and unavailable queues than pqueues.
  • The only other notable difference is the output format.

Description

Displays information about the queues available on the current batch server. By default, only queues that are available to you are shown.

qq queues [OPTIONS]

Options

-a, --all — Display all queues, including those that are not available to you.

--yaml — Output queue metadata in YAML format.

Examples

qq queues

Displays a summary of all batch system queues to which you can submit jobs.

qq queues --all

Displays a summary of all queues in the batch system, including those you cannot submit to.

qq queues --yaml

Prints a summary of all available queues in YAML format. This output contains the full metadata provided by the batch system.