bacct
Displays accounting statistics about finished jobs.
Synopsis
bacct
bacct
bacct
bacct
Description
Displays a summary of accounting statistics for all finished jobs (with a DONE or EXIT status) submitted by the user who invoked the command, on all hosts, projects, and queues in the LSF system. bacct displays statistics for all jobs logged in the current LSF accounting log file:
LSB_SHAREDIR/cluster_name/logdir/lsb.acct.
CPU time is not normalized.
All times are in seconds.
Statistics not reported by bacct but of interest to individual system administrators can be generated by directly using awk or perl to process the lsb.acct file.
Throughput calculation
The throughput (T) of the LSF system, certain hosts, or certain queues is calculated by the formula:
T =
where:
◆N is the total number of jobs for which accounting statistics are reported
◆BT is the Start
◆ET is the End
You can use the option
Jobs involved in the throughput calculation are only those being logged (that is, with a DONE or EXIT status). Jobs that are running, suspended, or that have never been dispatched after submission are not considered, because they are still in the LSF system and not logged in lsb.acct.
Platform LSF Command Reference 7