-WF
Displays an estimated finish time for running or pending jobs. For done or exited jobs, displays the actual finish time.
Categories
format
Synopsis
bjobs -WFOutput
The output for the -WF, -WL, and -WP options are in the following format:
hours:minutes status
where status is one of the following:
- X: The real run time has exceeded the estimated run time configured in the application profile (RUNTIME parameter in lsb.applications) or at the job level (bsub -We option).
- L: A run limit exists but the job does not have an estimated run time.
- E: An estimated run time exists and has not been exceeded.