Hitachi

JP1 Version 11 JP1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide 


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

Syntax

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

Example