Command Reference Guide

Options
8 Platform LSF Command Reference
The total throughput of the LSF system can be calculated by specifying -u all
without any of the
-m, -q, -S, -D or job_ID options. The throughput of certain hosts
can be calculated by specifying
-u all without the -q, -S, -D or job_ID options.
The throughput of certain queues can be calculated by specifying
-u all without
the
-m, -S, -D or job_ID options.
bacct does not show local pending batch jobs killed using bkill -b. bacct shows
MultiCluster jobs and local running jobs even if they are killed using
bkill -b.
Options
-b Brief format.
-d Displays accounting statistics for successfully completed jobs (with a DONE
status).
-e Displays accounting statistics for exited jobs (with an EXIT status).
-l Long format with additional detail.
-w Wide field format.
-x Displays jobs that have triggered a job exception (overrun, underrun, idle). Use
with the
-l option to show the exception status for individual jobs.
-app application_profile_name
Displays accounting information about jobs submitted to the specified application
profile. You must specify an existing application profile configured in
lsb.applications.
-C time0,time1 Displays accounting statistics for jobs that completed or exited during the specified
time interval. Reads
lsb.acct and all archived log files (lsb.acct.n) unless -f is
also used.
The time format is the same as in
bhist(1).
-D time0,time1 Displays accounting statistics for jobs dispatched during the specified time interval.
Reads
lsb.acct and all archived log files (lsb.acct.n) unless -f is also used.
The time format is the same as in
bhist(1).
-f logfile_name Searches the specified job log file for accounting statistics. Specify either an absolute
or relative path.
Useful for offline analysis.
The specified file path can contain up to 4094 characters for UNIX, or up to 255
characters for Windows.
-Lp ls_project_name ... Displays accounting statistics for jobs belonging to the specified License Scheduler
projects. If a list of projects is specified, project names must be separated by spaces
and enclosed in quotation marks (") or (’).
-M host_list_file Displays accounting statistics for jobs dispatched to the hosts listed in a file
(host_list_file) containing a list of hosts. The host list file has the following format:
Multiple lines are supported
Each line includes a list of hosts separated by spaces
The length of each line must be less than 512 characters