Learn more about Platform products at http://www.platform.com

[ Platform Documentation ] [ Title ] [ Contents ] [ Previous ] [ Next ] [ Index ]



bjgroup


displays information about job groups

SYNOPSIS

bjgroup [-s]

bjgroup [-h | -V]

DESCRIPTION

Displays all job groups.

OPTIONS

job_group_name

Full path of the job group name.

-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.

RUN

The number of job slots used by running jobs in the specified job group.

SSUSP

The number of job slots used by the system-suspended jobs in the specified job group.

USUSP

The number of job slots used by user-suspended jobs in the specified job group.

FINISH

The number of jobs in the specified job group in EXITED or DONE state.

EXAMPLE

% bjgroup
GROUP_NAME         NJOBS   PEND    RUN    SSUSP  USUSP  FINISH
/fund1_grp          5       4       0      1      0      0
/fund2_grp          11      2       5      0      0      4
/bond_grp           2       2       0      0      0      0
/risk_grp           2       1       1      0      0      0
/admi_grp           4       4       0      0      0      0

SEE ALSO

bgadd(1), bgdel(1)

[ Top ]


[ Platform Documentation ] [ Title ] [ Contents ] [ Previous ] [ Next ] [ Index ]


      Date Modified: February 24, 2004
Platform Computing: www.platform.com

Platform Support: support@platform.com
Platform Information Development: doc@platform.com

Copyright © 1994-2004 Platform Computing Corporation. All rights reserved.