flux-account-list-queues(1)
Note
The queues defined in flux-accounting are for accounting purposes (permissions, priority calculation, and limits) only. They are a separate construct from queues in flux-core and queuing policies in flux-sched.
SYNOPSIS
flux account list-queues
DESCRIPTION
flux account list-queues will list all of the queues in the
queue_table. By default, it will include every column in the
queue_table, but the output can be customized by specifying which columns
to include.
- --fields
A list of columns from the table to include in the output. By default, all columns are included.
- --json
Output data in JSON format. By default, the format of any returned data is in a table format.
- -o/--format
Specify output format using Python's string format syntax.