Platform LSF Reference Version 6.2

bjgroup
Platform LSF Reference
58
bjgroup
displays information about job groups
SYNOPSIS
bjgroup [-s]
bjgroup [-h | -V]
DESCRIPTION
Displays all job groups.
OPTIONS
-s
Sorts job groups by hierarchy. For example, for job groups named /A, /A/B, /X and
/X/Y, bjgroup without -s displays:
% bjgroup
GROUP_NAME NJOBS PEND RUN SSUSP USUSP FINISH
/A 0 0 0 0 0 0
/X 0 0 0 0 0 0
/A/B 0 0 0 0 0 0
/X/Y 0 0 0 0 0 0
For the same job groups, bjgroup -s displays:
% bjgroup -s
GROUP_NAME NJOBS PEND RUN SSUSP USUSP FINISH
/A 0 0 0 0 0 0
/A/B 0 0 0 0 0 0
/X 0 0 0 0 0 0
/X/Y 0 0 0 0 0 0
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
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 job slots used by jobs in the specified service class. A parallel
job is counted as 1 job, regardless of the number of job slots it will use.
PEND
The number of pending job slots used by jobs in the specified job group.