getrusage.2: Add ru_maxrss

See kernel commit 1f10206.

Signed-off-by: Mark Hills <mark@pogo.org.uk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mark Hills 2010-04-25 21:42:32 +01:00 committed by Michael Kerrisk
parent d1cd1e055a
commit c90ccb4e1b
1 changed files with 5 additions and 1 deletions

View File

@ -100,7 +100,11 @@ the total amount of time spent executing in user mode.
the total amount of time spent in the system executing on behalf
of the process(es).
.TP
.IR ru_maxrss " (unmaintained)"
.IR ru_maxrss " (since Linux 2.6.32)"
the maximum resident set size used (in kilobytes). For
.B RUSAGE_CHILDREN
this is the resident set size of the largest child, not the maximum
resident set size of the process tree.
.TP
.IR ru_ixrss " (unmaintained)"
.TP