Platform LSF Reference Version 6.2

bhist
Platform LSF Reference
45
-T start_time,end_time
Used together with -t.
Only displays information about job events within the specified time interval. Specify
the span of time for which you want to display the history. If you do not specify a start
time, the start time is assumed to be the time of the first occurrence. If you do not
specify an end time, the end time is assumed to be now. If you do not specify an end
time, the end time is assumed to be now.
Specify the times in the format "yyyy/mm/dd/HH:MM". Do not specify spaces in the
time interval string.
The time interval can be specified in many ways. For more specific syntax and examples
of time formats, see TIME INTERVAL FORMAT.
-f logfile_name
Searches the specified event log. Specify either an absolute or a relative path.
Useful for analysis directly on the file.
-J job_name
Only displays the jobs that have the specified job_name.
-Lp ls_project_name
Only displays information about jobs belonging to the specified License Scheduler
project.
-m host_name
Only displays jobs dispatched to the specified host.
-n number_logfiles | -n 0
Searches the specified number of event logs, starting with the current event log and
working through the most recent consecutively numbered logs. The maximum number
of logs you can search is 100. Specify 0 to specify all the event log files in
$(LSB_SHAREDIR)/cluster_name/logdir (up to a maximum of 100 files).
If you delete a file, you break the consecutive numbering, and older files will be
inaccessible to
bhist.
For example, if you specify 3, LSF searches
lsb.events, lsb.events.1, and
lsb.events.2. If you specify 4, LSF searches lsb.events, lsb.events.1,
lsb.events.2, and lsb.events.3. However, if lsb.events.2 is missing, both
searches will include only
lsb.events and lsb.events.1.
-N host_name | -N host_model | -N CPU_factor
Normalizes CPU time by the specified CPU factor, or by the CPU factor of the specified
host or host model.
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.