bjgroup
bjgroup
displays information about job groups
Synopsis
bjgroup
bjgroup
Description
Displays job group information.
Options
For example, for job groups named /A, /A/B, /X and /X/Y, bjgroup without
bjgroup |
|
|
|
|
|
|
|
|
|
GROUP_NAME | NJOBS | PEND | RUN | SSUSP | USUSP | FINISH | SLA | JLIMIT | OWNER |
/A | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/10 | user1 |
/X | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/- | user2 |
/A/B | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/5 | user1 |
/X/Y | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/5 | user2 |
| For the same job groups, bjgroup |
|
|
| |||||
bjgroup |
|
|
|
|
|
|
|
|
|
GROUP_NAME | NJOBS | PEND | RUN | SSUSP | USUSP | FINISH | SLA | JLIMIT | OWNER |
/A | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/10 | user1 |
/A/B | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/5 | user1 |
/X | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/- | user2 |
/X/Y | 0 | 0 | 0 | 0 | 0 | 0 | () | 0/5 | user2 |
Specify a job group name to show the hierarchy of a single job group:
bjgroup
GROUP_NAME | NJOBS | PEND | RUN | SSUSP | USUSP | FINISH | SLA | JLIMIT | OWNER |
/X | 25 | 0 | 25 | 0 | 0 | 0 | puccini | 25/100 | user1 |
/X/Y | 20 | 0 | 20 | 0 | 0 | 0 | puccini | 20/30 | user1 |
/X/Z | 5 | 0 | 5 | 0 | 0 | 0 | puccini | 5/10 | user2 |
Specify a job group name with a trailing slash character (/) to show only the root job group:
bjgroup
GROUP_NAME | NJOBS | PEND | RUN | SSUSP | USUSP | FINISH | SLA | JLIMIT | OWNER |
/X | 25 | 0 | 25 | 0 | 0 | 0 | puccini | 25/100 | user1 |
62Platform LSF Command Reference