-a
Displays information about jobs in all states, including jobs that finished recently.
Categories
state
Synopsis
bjobs -aDescription
The finished jobs that -a displays are those that finished within an interval specified by CLEAN_PERIOD in lsb.params (the default period is 1 hour).
Use -a with -x option to display all jobs that have triggered a job exception (overrun, underrun, idle).
Examples
bjobs -u all -a
Displays all jobs of all users.