time.1: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-16 07:04:33 +01:00
parent 2bec57c646
commit 481daa3194
1 changed files with 18 additions and 6 deletions

View File

@ -141,7 +141,9 @@ are supported.
Elapsed real time (in [hours:]minutes:seconds). Elapsed real time (in [hours:]minutes:seconds).
.TP .TP
.B %e .B %e
(Not in tcsh.) Elapsed real time (in seconds). (Not in
.BR tcsh (1).)
Elapsed real time (in seconds).
.TP .TP
.B %S .B %S
Total number of CPU-seconds that the process spent in kernel mode. Total number of CPU-seconds that the process spent in kernel mode.
@ -158,7 +160,9 @@ Percentage of the CPU that this job got, computed as (%U + %S) / %E.
Maximum resident set size of the process during its lifetime, in Kbytes. Maximum resident set size of the process during its lifetime, in Kbytes.
.TP .TP
.B %t .B %t
(Not in tcsh.) Average resident set size of the process, in Kbytes. (Not in
.BR tcsh (1).)
Average resident set size of the process, in Kbytes.
.TP .TP
.B %K .B %K
Average total (data+stack+text) memory use of the process, Average total (data+stack+text) memory use of the process,
@ -168,13 +172,17 @@ in Kbytes.
Average size of the process's unshared data area, in Kbytes. Average size of the process's unshared data area, in Kbytes.
.TP .TP
.B %p .B %p
(Not in tcsh.) Average size of the process's unshared stack space, in Kbytes. (Not in
.BR tcsh (1).)
Average size of the process's unshared stack space, in Kbytes.
.TP .TP
.B %X .B %X
Average size of the process's shared text space, in Kbytes. Average size of the process's shared text space, in Kbytes.
.TP .TP
.B %Z .B %Z
(Not in tcsh.) System's page size, in bytes. (Not in
.BR tcsh (1).)
System's page size, in bytes.
This is a per-system constant, but varies between systems. This is a per-system constant, but varies between systems.
.TP .TP
.B %F .B %F
@ -217,10 +225,14 @@ Number of socket messages sent by the process.
Number of signals delivered to the process. Number of signals delivered to the process.
.TP .TP
.B %C .B %C
(Not in tcsh.) Name and command-line arguments of the command being timed. (Not in
.BR tcsh (1).)
Name and command-line arguments of the command being timed.
.TP .TP
.B %x .B %x
(Not in tcsh.) Exit status of the command. (Not in
.BR tcsh (1).)
Exit status of the command.
.SS GNU options .SS GNU options
.TP .TP
.BI "\-f " format ", \-\-format=" format .BI "\-f " format ", \-\-format=" format