Command Reference Guide

ssacct
298 Installing and Running Platform LSF Session Scheduler
ssacct
displays accounting statistics about finished Session Scheduler jobs
Synopsis
ssacct [-l] job_ID | [task_ID | "task_ID[index]"]
ssacct [-l] "job_ID [index]"] [task_ID | "task_ID[index]"]
ssacct [-l] -f log_file [job_ID | [task_ID | "task_ID[index]"]]
ssacct [-l] -f log_file ["job_ID [index]"] [task_ID |
"task_ID[index]"]]
ssacct -h | -V
Description
By default, displays accounting statistics for all finished jobs submitted by the user
who invoked the command.
Options
-l Long format. Displays additional accounting statistics.
-f log_file Searches the specified job log file for accounting statistics. Specify either an absolute
or relative path.
By default,
ssacct searches for accounting files in SSCHED_ACCT_DIR in
lsb.params. Use this option to parse a specific file in a different location. You can
specify a log file name, or a job ID, or both a log file and a job ID. The following are
correct:
ssacct -f log_file job_ID
ssacct -f log_file
ssacct job_ID
The specified file path can contain up to 4094 characters for UNIX, or up to 255
characters for Windows.
job_ID | "job_ID[index]"
Displays information about the specified jobs or job arrays.
task_ID | "task_ID[index]"
Displays information about the specified tasks or task arrays.
-h Prints command usage to stderr and exits.
-V Prints Session Scheduler release version to stderr and exits.