Time (Unix)
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
Time (Unix)
UsageTo use the command, simply precede any command by the word When the command completes, $ time host wikipedia.org wikipedia.org has address 207.142.131.235 0.000u 0.000s 0:00.17 0.0% 0+0k 0+0io 0pf+0w $ time(1) can exist as a standalone program (such as GNU time) or as a shell builtin (e.g. in tcsh or in zsh). User Time vs System TimeThe term 'user CPU time' can be a bit misleading at first. To be clear the total time (real CPU time), is the combination of the amount of time the CPU spends performing some action for a program and the amount of time the CPU spends performing system calls for the kernel on the program's behalf. When a program loops through an array, it is accumulating user CPU time. Conversely, when a program executes a system call such as Method of operationAccording to the source code of the GNU implementation of See also
References
de:Time (Unix) pl:Time (Unix) ru:Time (Unix) Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement