*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: time | Section: 1 | Source: UNIX v10 | File: time.1
TIME(1) General Commands Manual TIME(1) NAME time - time a command SYNOPSIS time [ -usrtdmfio ] [ -v ] command DESCRIPTION The given command is executed; after it is complete, time reports sta- tistics about the program on its standard error output. The statistics printed are controlled by the option string; the default is -usr; -v reports everything. The statistics are: u User cpu time consumed by the command s System cpu time attributed to the command r Real (clock) time taken by the command t Average resident text size, in Kb. d Average resident data size, in Kb. m Maximum total resident size, in Kb. f Number of page faults resulting in disk I/O. i Number of disk blocks read. o Number of disk blocks written. After the statistics, time prints a tab and the command, up to the fifth argument. Times are reported in seconds. The numbers are the sum of those for command and any children it spawns and waits for. SEE ALSO lcomp(1), prof(1) BUGS Elapsed time is accurate to the second, while the CPU times are mea- sured to 1/60 second. Thus the sum of the CPU times can be up to a second larger than the elapsed time. TIME(1)

Navigation Options