Platform LSF Reference Version 6.2

bqueues
Platform LSF Reference
111
-u user_name | -u user_group | -u all
Displays the queues that can accept jobs from the specified user. If the keyword all is
specified, displays the queues that can accept jobs from all users.
If a user group is specified, displays the queues that include that group in their
configuration. For a list of user groups see
bugroup(1)).
queue_name ...
Displays information about the specified queues.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
OUTPUT
Default Output
Displays the following fields:
QUEUE_NAME
The name of the queue. Queues are named to correspond to the type of jobs
usually submitted to them, or to the type of services they provide.
lost_and_found
If the LSF administrator removes queues from the system, LSF creates a
queue called
lost_and_found and places the jobs from the removed
queues into the
lost_and_found queue. Jobs in the lost_and_found
queue will not be started unless they are switched to other queues (see
bswitch).
PRIO
The priority of the queue. The larger the value, the higher the priority. If job
priority is not configured, determines the queue search order at job dispatch,
suspension and resumption time. Jobs from higher priority queues are
dispatched first (this is contrary to UNIX process priority ordering), and jobs
from lower priority queues are suspended first when hosts are overloaded.
STATUS
The current status of the queue. The possible values are:
Open
The queue is able to accept jobs.
Closed
The queue is not able to accept jobs.
Active
Jobs in the queue may be started.
Inactive
Jobs in the queue cannot be started for the time being.