Command Reference Guide

Platform LSF Command Reference 69
Use -g with -sla to display job groups attached to a service class. Once a job group
is attached to a service class, all jobs submitted to that group are subject to the SLA.
bjobs -l with -g displays the full path to the group to which a job is attached. For
example:
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>;
...
-J job_name Displays information about the specified jobs or job arrays. Only displays jobs that
were submitted by the user running this command.
The job name can be up to 4094 characters long for UNIX and Linux or up to 255
characters for Windows.
-Lp ls_project_name Displays jobs that belong to the specified LSF License Scheduler project.
-m host_name ... | -m host_group ... | -m cluster_name ...
Only displays jobs dispatched to the specified hosts. To see the available hosts, use
bhosts.
If a host group is specified, displays jobs dispatched to all hosts in the group. To
determine the available host groups, use
bmgroup.
With MultiCluster, displays jobs in the specified cluster. If a remote cluster name is
specified, you see the remote job ID, even if the execution host belongs to the local
cluster. To determine the available clusters, use
bclusters.
-N host_name |-Nhost_model |-Ncpu_factor
Displays the normalized CPU time consumed by the job. Normalizes using the
CPU factor specified, or the CPU factor of the host or host model specified.
-P project_name Only displays jobs that belong to the specified project.
-q queue_name Only displays jobs in the specified queue.
The command
bqueues returns a list of queues configured in the system, and
information about the configurations of these queues.
In MultiCluster, you cannot specify remote queues.
-sla service_class_name
Displays jobs belonging to the specified service class.
bjobs also displays information about jobs assigned to a default SLA configured
with ENABLE_DEFAULT_EGO_SLA in
lsb.params.
Use
-sla with -g to display job groups attached to a service class. Once a job
group is attached to a service class, all jobs submitted to that group are subject to
the SLA.
Use
bsla to display the configuration properties of service classes configured in
lsb.serviceclasses, the default SLA configured in lsb.params, and dynamic
information about the state of each service class.
-u user_name... | -u user_group... | -u all