2003-08-07 15:13:06 +04:00
|
|
|
.\" $NetBSD: time.1,v 1.18 2003/08/07 11:16:15 agc Exp $
|
1994-12-08 12:30:36 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1980, 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-08-07 15:13:06 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1994-12-08 12:30:36 +03:00
|
|
|
.\" @(#)time.1 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
1994-12-08 12:30:36 +03:00
|
|
|
.Dd June 6, 1993
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt TIME 1
|
1993-08-27 23:05:29 +04:00
|
|
|
.Os
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm time
|
|
|
|
.Nd time command execution
|
|
|
|
.Sh SYNOPSIS
|
1997-10-20 07:28:20 +04:00
|
|
|
.Nm
|
1993-08-27 23:05:29 +04:00
|
|
|
.Op Fl lp
|
|
|
|
.Ar utility
|
1999-06-05 23:19:19 +04:00
|
|
|
.Op Ar argument ...
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
1997-10-20 07:28:20 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
utility
|
|
|
|
executes and
|
|
|
|
times
|
1993-08-27 23:05:29 +04:00
|
|
|
.Ar utility .
|
1993-03-21 12:45:37 +03:00
|
|
|
After the
|
1993-08-27 23:05:29 +04:00
|
|
|
.Ar utility
|
1993-03-21 12:45:37 +03:00
|
|
|
finishes,
|
1997-10-20 07:28:20 +04:00
|
|
|
.Nm
|
1993-08-27 23:05:29 +04:00
|
|
|
writes the total time elapsed,
|
|
|
|
the time consumed by system overhead,
|
2001-12-01 19:43:07 +03:00
|
|
|
and the time used to execute
|
|
|
|
.Ar utility
|
1993-08-27 23:05:29 +04:00
|
|
|
to the standard error stream.
|
|
|
|
Times are reported in seconds.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
Available options:
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl l
|
2001-01-26 21:56:35 +03:00
|
|
|
Lists resource utilization information.
|
1993-03-21 12:45:37 +03:00
|
|
|
The contents of the
|
1999-06-05 23:19:19 +04:00
|
|
|
.Ar utility
|
|
|
|
process'
|
1993-03-21 12:45:37 +03:00
|
|
|
.Em rusage
|
2001-01-29 20:06:06 +03:00
|
|
|
structure are printed, see below.
|
1993-08-27 23:05:29 +04:00
|
|
|
.It Fl p
|
|
|
|
The output is formatted as specified by
|
|
|
|
.St -p1003.2-92 .
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
2001-01-26 21:56:35 +03:00
|
|
|
Some shells, such as
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr csh 1
|
2001-01-26 21:56:35 +03:00
|
|
|
and
|
2003-06-27 13:40:17 +04:00
|
|
|
.Xr ksh 1 ,
|
2001-01-26 21:56:35 +03:00
|
|
|
have their own and syntactically different builtin version of
|
2003-02-25 13:34:36 +03:00
|
|
|
.Nm .
|
1993-08-27 23:05:29 +04:00
|
|
|
The utility described here
|
1993-03-21 12:45:37 +03:00
|
|
|
is available as
|
1993-08-27 23:05:29 +04:00
|
|
|
.Pa /usr/bin/time
|
2001-01-26 21:56:35 +03:00
|
|
|
to users of these shells.
|
|
|
|
.Ss Resource Utilization
|
|
|
|
If the
|
|
|
|
.Fl l
|
2001-12-01 19:43:07 +03:00
|
|
|
option is given, the following resource usage
|
2001-01-26 21:56:35 +03:00
|
|
|
informations are displayed
|
|
|
|
in addition to the timing information:
|
|
|
|
.Bl -item -offset indent -compact
|
|
|
|
.It
|
|
|
|
maximum resident set size
|
|
|
|
.It
|
|
|
|
average shared memory size
|
|
|
|
.It
|
|
|
|
average unshared data size
|
|
|
|
.It
|
|
|
|
average unshared stack size
|
|
|
|
.It
|
|
|
|
page reclaims
|
|
|
|
.It
|
|
|
|
page faults
|
|
|
|
.It
|
|
|
|
swaps
|
|
|
|
.It
|
|
|
|
block input operations
|
|
|
|
.It
|
|
|
|
block output operations
|
|
|
|
.It
|
|
|
|
messages sent
|
|
|
|
.It
|
|
|
|
messages received
|
|
|
|
.It
|
|
|
|
signals received
|
|
|
|
.It
|
|
|
|
voluntary context switches
|
|
|
|
.It
|
|
|
|
involuntary context switches
|
|
|
|
.El
|
2000-09-04 11:35:15 +04:00
|
|
|
.Sh EXIT STATUS
|
1993-08-27 23:05:29 +04:00
|
|
|
The
|
1997-10-20 07:28:20 +04:00
|
|
|
.Nm
|
2000-09-04 11:35:15 +04:00
|
|
|
utility exits with one of the following values:
|
1993-08-27 23:05:29 +04:00
|
|
|
.Bl -tag -width indent
|
|
|
|
.It 1-125
|
2001-12-01 19:43:07 +03:00
|
|
|
An error occurred in the
|
1997-10-20 07:28:20 +04:00
|
|
|
.Nm
|
1993-08-27 23:05:29 +04:00
|
|
|
utility.
|
|
|
|
.It 126
|
2001-12-01 19:43:07 +03:00
|
|
|
The
|
1993-08-27 23:05:29 +04:00
|
|
|
.Ar utility
|
|
|
|
was found but could not be invoked.
|
|
|
|
.It 127
|
2001-12-01 19:43:07 +03:00
|
|
|
The
|
1993-08-27 23:05:29 +04:00
|
|
|
.Ar utility
|
|
|
|
could not be found.
|
|
|
|
.El
|
|
|
|
.Pp
|
2001-12-01 19:43:07 +03:00
|
|
|
Otherwise, the exit status of
|
1997-10-20 07:28:20 +04:00
|
|
|
.Nm
|
2001-12-01 19:43:07 +03:00
|
|
|
will be that of
|
1993-08-27 23:05:29 +04:00
|
|
|
.Ar utility .
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh FILES
|
2002-02-08 04:36:18 +03:00
|
|
|
.Bl -tag -width \*[Lt]sys/resource.h\*[Gt] -compact
|
|
|
|
.It \*[Lt]sys/resource.h\*[Gt]
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
2001-12-08 22:18:26 +03:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr csh 1 ,
|
|
|
|
.Xr ksh 1 ,
|
|
|
|
.Xr getrusage 2
|
1993-08-27 23:05:29 +04:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
1993-03-21 12:45:37 +03:00
|
|
|
.Nm
|
2001-12-01 19:43:07 +03:00
|
|
|
utility conforms to
|
1993-08-27 23:05:29 +04:00
|
|
|
.St -p1003.2-92 .
|
|
|
|
.Sh BUGS
|
|
|
|
The granularity of seconds on microprocessors is crude and
|
|
|
|
can result in times being reported for CPU usage which are too large by
|
|
|
|
a second.
|