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).
.TP
.B %e
(Not in tcsh.) Elapsed real time (in seconds).
(Not in
.BR tcsh (1).)
Elapsed real time (in seconds).
.TP
.B %S
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.
.TP
.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
.B %K
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.
.TP
.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
.B %X
Average size of the process's shared text space, in Kbytes.
.TP
.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.
.TP
.B %F
@ -217,10 +225,14 @@ Number of socket messages sent by the process.
Number of signals delivered to the process.
.TP
.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
.B %x
(Not in tcsh.) Exit status of the command.
(Not in
.BR tcsh (1).)
Exit status of the command.
.SS GNU options
.TP
.BI "\-f " format ", \-\-format=" format