flux-account-list-users(1)
SYNOPSIS
flux account list-users [OPTIONS]
DESCRIPTION
flux account list-users will list all of the associations in the
association_table. By default, it will include every column in the
association_table, but the output can be customized by specifying which
columns to include. The table can also be filtered to return associations that
meet certain criteria, such as those who belong to a certain bank, queue, or
project, or those who have certain configured limits.
- -f/--fields
A list of columns from the table to include in the output. By default, all columns are included.
- -j/--json
Output in JSON format.
- -o/--format
Specify output format using Python's string format syntax.
- --active
An association's active status (1 = active; 0 = inactive)
- -B/--bank
The bank(s) that associations belong to.
The amount of available resources their organization considers they should be entitled to use relative to other competing users.
- --max-running-jobs
The max number of running jobs the association can have at any given time.
- --max-active-jobs
The max number of both pending and running jobs the association can have at any given time.
- -N/--max-nodes
The max number of nodes an association can have across all of their running jobs.
- -c/--max-cores
The max number of nodes an association can have across all of their running jobs.
- -q/--queues
A comma-separated list of all of the queues an association can run jobs under.
- -P/--projects
A comma-separated list of all of the projects an association can run jobs under.
- --default-project
The default project an association belongs to.
- --max-sched-jobs
The max number of jobs in SCHED state an association can have at any given time.