Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Solaris
Others
[IEEE Std1003.2-1992 (``POSIX.2'')]
TIME(1) OpenBSD Reference Manual TIME(1)
NAME
time - time command execution
SYNOPSIS
time [-lp] utility
DESCRIPTION
time executes and times utility. After the utility finishes, time writes
the total time elapsed, the time consumed by system overhead, and the
time used to execute utility to the standard error stream. Times are re-
ported in seconds.
The options are as follows:
-l The contents of the rusage structure are printed.
-p The output is formatted as specified by IEEE Std1003.2-1992
(``POSIX.2'').
csh(1) has its own and syntactically different built-in version of time.
The utility described here is available as /usr/bin/time to csh users.
DIAGNOSTICS
The time utility shall exit with one of the following values:
1-125 An error occurred in the time utility.
126 The utility was found but could not be invoked.
127 The utility could not be found.
Otherwise, the exit status of time shall be that of utility.
SEE ALSO
csh(1), getrusage(2)
FILES
/usr/include/sys/resource.h
STANDARDS
The time utility conforms to IEEE Std1003.2-1992 (``POSIX.2'').
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.
OpenBSD 2.6 June 6, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for time(1) OpenBSD sources for time(1)
Up to: Real-Time related - time of day, elapsed time, sleeping, waiting for events. time(), gmtime(), localtime(), etc.
Up to: Command Shells and Scripting Languages
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Solaris
Others
[IEEE Std1003.2-1992 (``POSIX.2'')]
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
time.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|