LSF Version 7.3 - Administering Platform LSF
Control Queues
104 Administering Platform LSF
View queue administrators
1 Run bqueues -l for the queue.
View exception status for queues (bqueues)
1 Use bqueues to display the configured threshold for job exceptions and the
current number of jobs in the queue in each exception state.
For example, queue
normal configures JOB_IDLE threshold of 0.10,
JOB_OVERRUN threshold of 5 minutes, and JOB_UNDERRUN threshold of
2 minutes. The following
bqueues command shows no overrun jobs, one job
that finished in less than 2 minutes (underrun) and one job that triggered an
idle exception (less than idle factor of 0.10):
bqueues -l normal
QUEUE: normal
-- For normal low priority jobs, running only if hosts are lightly loaded. This
is the default queue.
PARAMETERS/STATISTICS
PRIO NICE STATUS MAX JL/U JL/P JL/H NJOBS PEND RUN SSUSP USUSP RSV
30 20 Open:Active - - - - 0 0 0 0 0 0
STACKLIMIT MEMLIMIT
2048 K 5000 K
SCHEDULING PARAMETERS
r15s r1m r15m ut pg io ls it tmp swp mem
loadSched - - - - - - - - - - -
loadStop - - - - - - - - - - -
cpuspeed bandwidth
loadSched - -
loadStop - -
JOB EXCEPTION PARAMETERS
OVERRUN(min) UNDERRUN(min) IDLE(cputime/runtime)
Threshold 5 2 0.10
Jobs 0 1 1
USERS: all users
HOSTS: all allremote
CHUNK_JOB_SIZE: 3
Control Queues
Queues are controlled by an LSF Administrator or root issuing a command or
through configured dispatch and run windows.