Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


times command (displays the amount of CPU time used by the shell)

Organization of this page

Format

times

Description

This command outputs to the standard output the amount of CPU time used by the shell and by processes launched from the shell. The following information is displayed:

The output format of the times command is shown in the following table:

Output format#

Meaning

Shell: CPU-time user CPU-time system

CPU time used by the shell is output in the order user CPU time, system CPU time.

Kids: CPU-time user CPU-time system

CPU time used by processes launched from the shell is output in the order user CPU time, system CPU time.

#

CPU-time is displayed to two decimal places.

Note that if an option is specified, it is ignored and processing of the command continues unaffected.

Return code

Return code

Meaning

0

Normal termination

Notes

Usage example