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. To specify a Windows user account, include the domain name in uppercase letters and use a single backslash (DOMAIN_NAME\user_name) in a Windows command line or a double backslash (DOMAIN_NAME\\user_name) in a UNIX command line.
pid ... Displays accounting statistics for only tasks with the specified pid. This option overrides all other options except for
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. |
Blocks in | Number of input blocks. |
Blocks out | Number of output blocks. |
Messages sent | Number of System VIPC messages sent. |
Messages rcvd | Number of IPC messages received. |
Platform LSF Command Reference 219