Command Reference Guide

Platform LSF Command Reference 63
-N
Displays job group information by job slots instead of number of jobs. NSLOTS,
PEND, RUN, SSUSP, USUSP, RSV are all counted in slots rather than number of
jobs:
bjgroup -N
GROUP_NAME NSLOTS PEND RUN SSUSP USUSP RSV SLA OWNER
/X 25 0 25 0 0 0 puccini user1
/A/B 20 0 20 0 0 0 wagner batch
-N
by itself shows job slot info for all job groups, and can combine with -s to sort
the job groups by hierarchy:
bjgroup -N -s
GROUP_NAME NSLOTS PEND RUN SSUSP USUSP RSV SLA OWNER
/A 0 0 0 0 0 0 wagner batch
/A/B 0 0 0 0 0 0 wagner user1
/X 25 0 25 0 0 0 puccini user1
/X/Y 20 0 20 0 0 0 puccini batch
/X/Z 5 0 5 0 0 0 puccini batch
-h Prints command usage to stderr and exits.
-V Prints LSF release version to stderr and exits.
Default output
A list of job groups is displayed with the following fields:
GROUP_NAME
The name of the job group.
NJOBS
The current number of jobs in the job group. A parallel job is counted as 1 job,
regardless of the number of job slots it uses.
PEND
The number of pending jobs in the job group.
RUN
The number of running jobs in the job group.
SSUSP
The number of system-suspended jobs in the job group.
USUSP
The number of user-suspended jobs in the job group.
FINISH
The number of jobs in the specified job group in EXITED or DONE state.