ssacct

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]-flog_file [job_ID [task_ID "task_ID[index]"]]

ssacct [-l]-flog_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

-lLong format. Displays additional accounting statistics.

-flog_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 -flog_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.

-hPrints command usage to stderr and exits.

-VPrints Session Scheduler release version to stderr and exits.

298Installing and Running Platform LSF Session Scheduler