ssview
Available as of Fix Pack 15, to show task details for LSF Session Scheduler jobs.
Synopsis
ssview [options] job_ID[index]Description
Displays and filters task information about LSF Session Scheduler jobs. Specify one or more job IDs (and, optionally, an array index list) to display information about specific jobs (and job arrays). This command is equivalent to running the bjobs command for LSF jobs.
Additionally, configure the LSB_REPORT_SSJOB_FAILURE parameter in the lsf.conf file to Y to enable the ssview command to obtain more accurate task status information for LSF Session Scheduler jobs, as this parameter reports the reason that tasks have been killed or run unsuccessfully.
Options
- No option
- If you do not specify any options, displays information for active (unfinished) tasks.
- -p
- Displays information for pending tasks.
- -a
- Displays information about tasks in all states.
- -r
- Displays information about running tasks.
- -d
- Displays information about tasks that finished recently (that is, tasks in
Done
,Error
, orCanceled
state).