Command Reference Guide

Output
48 Platform LSF Command Reference
If you use bhist directly on an event log, you must specify a CPU factor.
Use
lsinfo to get host model and CPU factor information.
-P project_name Only displays information about jobs belonging to the specified project.
-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. To specify a Windows user account, include the
domain name in uppercase letters and use a single backslash (DOMAIN_NAME\
user_name) in a Windows command line or a double backslash
(DOMAIN_NAME\\user_name) in a UNIX command line.
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.
Application Profile The application profile the job was submitted to.
Command The job command.