Command Reference Guide

Examples
176 Platform LSF Command Reference
Use bsla to display the properties of service classes configured in
LSB_CONFDIR/cluster_name/configdir/lsb.serviceclasses (see
lsb.serviceclasses(5)) and dynamic information about the state of each
configured service class.
-u user_name | -u user_group | -u all
Suspends only jobs owned by the specified user or user group, or all users if the
keyword
all is specified. To specify a Windows user account, include the domain
name in uppercase letters and use a single backslash (DOMAIN_NAME\
user_name) in a Windows command line or a double backslash
(DOMAIN_NAME\\user_name) in a UNIX command line.
job_ID ... | "job_ID[index]" ...
Suspends only the specified jobs. Jobs submitted by any user can be specified here
without using the
-u option.
-h Prints command usage to stderr and exits.
-V Prints LSF release version to stderr and exits.
Examples
bstop 314
Suspends job number 314.
bstop -m hostA
Suspends the invoker’s last job that was dispatched to host hostA.
bstop -u jsmith 0
Suspends all the jobs submitted by user jsmith.
bstop -u all
Suspends the last submitted job in the LSF system.
bstop -u all 0
Suspends all jobs for all users in the LSF system.
bstop -g /risk_group/consolidate 0
Suspends all jobs in the job group /risk_group/consolidate.
bstop -app fluent 0
Suspends all jobs associated with the application profile fluent.
See also
bsub(1), bjobs(1), bqueues(1), bhosts(1), bresume(1), bkill(1), bapp(1), bgadd(1),
bgdel(1), bjgroup(1), bparams(5),
mbatchd(8), kill(1), signal(2) lsb.params(5)