Command Reference Guide

Installing and Running Platform LSF Session Scheduler 299
Output
Summary (default format)
Statistics on all tasks in the session. The following fields are displayed:
Total number of done tasks
Total CPU time in seconds consumed
Average CPU time in seconds consumed
Maximum CPU time in seconds of a task
Minimum CPU time in seconds of a task
Total wait time in seconds
Average wait time in seconds
Maximum wait time in seconds
Minimum wait time in seconds
Average turnaround time (seconds/task)
Maximum turnaround time (seconds/task)
Minimum turnaround time (seconds/task)
Average hog factor of a job (CPU time/turnaround time)
Maximum hog factor of a task (CPU time/turnaround time)
Minimum hog factor of a task (CPU time/turnaround time)
The total, average, minimum, and maximum statistics are on all specified tasks.
The wait time is the elapsed time from job submission to job dispatch.
The turnaround time is the elapsed time from job submission to job completion.
The hog factor is the amount of CPU time consumed by a job divided by its
turnaround time.
Long Format (-l)
In addition to the fields displayed by default in SUMMARY, -l displays the
following fields:
CPU_T CPU time in seconds used by the task
WAIT Wall clock time in seconds between when the task was submitted to the
Session Scheduler and when it has been dispatched to an execution host
TURNAROUND Wall clock time in seconds between when the task was submitted to the
Session Scheduler and when it has completed running
STATUS Status that indicates the job was either successfully completed (done) or exited
(
exit)
HOG_FACTOR Average hog factor, equal to CPU time /turnaround time