Platform LSF Reference Version 6.2

bhist
Platform LSF Reference
47
Command
The job command.
Detailed history includes job group modification, the date and time the job was
forwarded and the name of the cluster to which the job was forwarded.
FILES
Reads lsb.events.
SEE ALSO
lsb.events(5), bgadd(1), bgdel(1), bjgroup(1), bsub(1), bjobs(1), lsinfo(1)
TIME INTERVAL FORMAT
You use the time interval to define a start and end time for collecting the data to be
retrieved and displayed. While you can specify both a start and an end time, you can also
let one of the values default. You can specify either of the times as an absolute time, by
specifying the date or time, or you can specify them relative to the current time.
Specify the time interval is follows:
start_time
,end_time|start_time,|,end_time|start_time
Specify start_time or end_time in the following format:
[year
/][month/][day][/hour:minute|/hour:]|.|.-relative_int
Where:
year is a four-digit number representing the calendar year.
month is a number from 1 to 12, where 1 is January and 12 is December.
day is a number from 1 to 31, representing the day of the month.
hour is an integer from 0 to 23, representing the hour of the day on a 24-hour clock.
minute is an integer from 0 to 59, representing the minute of the hour.
. (period) represents the current month/day/hour:minute.
.-relative_int is a number, from 1 to 31, specifying a relative start or end time prior
to now.
start_time,end_time
Specifies both the start and end times of the interval.
start_time,
Specifies a start time, and lets the end time default to now.
,end_time
Specifies to start with the first logged occurrence, and end at the time specified.
start_time
Starts at the beginning of the most specific time period specified, and ends at
the maximum value of the time period specified. For example,
2/ specifies the
month of February—start February 1 at 00:00 a.m. and end at the last possible
minute in February: February 28th at midnight.