Platform LSF Reference Version 6.2

bhist
Platform LSF Reference
46
-q queue_name
Only displays information about jobs submitted to the specified queue.
-u user_name | -u all
Displays information about jobs submitted by the specified user, or by all users if the
keyword
all is specified.
job_ID | "job_ID[index]"
Searches all event log files and only displays information about the specified jobs. If you
specify a job array, displays all elements chronologically.
This option overrides all other options except
-J, -N, -h, and -V. When it is used with
-J, only those jobs listed here that have the specified job name are displayed.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
OUTPUT
Default format
Statistics of the amount of time that a job has spent in various states:
PEND
The total waiting time excluding user suspended time before the job is
dispatched.
PSUSP
The total user suspended time of a pending job.
RUN
The total run time of the job.
USUSP
The total user suspended time after the job is dispatched.
SSUSP
The total system suspended time after the job is dispatched.
UNKWN
The total unknown time of the job (job status becomes unknown if
sbatchd
on the execution host is temporarily unreachable).
TOTAL
The total time that the job has spent in all states; for a finished job, it is the
turnaround time (that is, the time interval from job submission to job
completion).
Long format (-l)
The -l option displays a long format listing with the following additional fields:
Project
The project the job was submitted from.