Platform LSF Running Jobs Version 6.2
Viewing Jobs in Job Groups
Running Jobs with Platform LSF
62
Viewing Jobs in Job Groups
Viewing job group information (bjgroup)
Use the bjgroup command to see information about jobs in specific job groups.
% 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
Viewing jobs by job group (bjobs)
Use the -g option of bjobs and specify a job group path to view jobs attached to the
specified group.
% bjobs -g /risk_group
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
113 user1 PEND normal hostA myjob Jun 17 16:15
111 user2 RUN normal hostA hostA myjob Jun 14 15:13
110 user1 RUN normal hostB hostA myjob Jun 12 05:03
104 user3 RUN normal hostA hostC myjob Jun 11 13:18
bjobs -l displays the full path to the group to which a job is attached:
% bjobs -l -g /risk_group
Job <101>, User <user1>, Project <default>, Job Group
</risk_group>, Status <RUN>, Queue <normal>, Command <myjob>
Tue Jun 17 16:21:49: Submitted from host <hostA>, CWD
</home/user1;
Tue Jun 17 16:22:01: Started on <hostA>;
...
For more information
See Administering Platform LSF for more information about using job groups.