Platform LSF Reference Version 6.2
lsacct
Platform LSF Reference
187
-m host_name ...
Displays accounting statistics for only tasks executed on the specified hosts.
If a list of hosts is specified, host names must be separated by spaces and enclosed in
quotation marks (") or (’).
-u user_name ... | -u all
Displays accounting statistics for only tasks owned by the specified users, or by all users
if the keyword
all is specified.
If a list of users is specified, user names must be separated by spaces and enclosed in
quotation marks (") or (’). You can specify both user names and user IDs in the list of
users.
pid ...
Displays accounting statistics for only tasks with the specified pid. This option overrides
all other options except for
-l, -f, -h, -V.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
OUTPUT
SUMMARY (default format)
Overall statistics for tasks.
The total, average, maximum and minimum resource usage statistics apply to all
specified tasks.
The following fields are displayed:
Total number of tasks
Total number of tasks including tasks completed successfully and total number of
exited tasks.
Time range of started tasks
Start time of the first and last task selected.
Time range of ended tasks
Completion or exit time of the first and last task selected.
Resource usage of tasks selected
See
getrusage (2).
CPU time
Total CPU time consumed by the task.
Page faults
Number of page faults.
Swaps
Number of times the process was swapped out.