Platform LSF Reference Version 6.2
bacct
Platform LSF Reference
16
-u user_name ...|-u all
Displays accounting statistics for jobs submitted by the specified users, or by all users if
the keyword
all is specified.
If a list of users is specified, user names must be separated by spaces and enclosed in
quotation marks (") or (’). You can specify both user names and user IDs in the list of
users.
-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.
job_ID ...
Displays accounting statistics for jobs with the specified job IDs.
This option overrides all other options except
-b, -l, -f, -h, and -V. If the reserved job
ID 0 is used, it will be ignored.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
OUTPUT
SUMMARY (default format)
Statistics on jobs. The following fields are displayed:
❖
Total number of done jobs
❖
Total number of exited jobs
❖
Total CPU time consumed
❖
Average CPU time consumed
❖
Maximum CPU time of a job
❖
Minimum CPU time of a job
❖
Total wait time in queues
❖
Average wait time in queue
❖
Maximum wait time in queue
❖
Minimum wait time in queue
❖
Average turnaround time (seconds/job)
❖
Maximum turnaround time
❖
Minimum turnaround time
❖
Average hog factor of a job (cpu time/turnaround time)
❖
Maximum hog factor of a job
❖
Minimum hog factor of a job
❖
Total throughput
❖
Beginning time: the completion or exit time of the first job selected
❖
Ending time: the completion or exit time of the last job selected
The total, average, minimum, and maximum statistics are on all specified jobs.