From 515b035155777287a851946c586015023dad034d Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 27 Sep 2013 14:28:21 +0200 Subject: [PATCH] pidstat: Documentation update Give information about new option -v in pidstat manual page. Signed-off-by: Sebastien GODARD --- man/pidstat.1 | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/man/pidstat.1 b/man/pidstat.1 index 1f44505..f75a9c9 100644 --- a/man/pidstat.1 +++ b/man/pidstat.1 @@ -1,10 +1,10 @@ -.TH PIDSTAT 1 "MARCH 2013" Linux "Linux User's Manual" -*- nroff -*- +.TH PIDSTAT 1 "SEPTEMBER 2013" Linux "Linux User's Manual" -*- nroff -*- .SH NAME pidstat \- Report statistics for Linux tasks. .SH SYNOPSIS .B pidstat [ -d ] [ -h ] [ -I ] [ -l ] [ -r ] [ -s ] [ -t ] [ -U [ .I username -.B ] ] [ -u ] [ -V ] +.B ] ] [ -u ] [ -V ] [ -v ] .B [ -w ] [ -C .I comm .B ] [ -p { @@ -414,6 +414,40 @@ together with its children. .RE .IP -V Print version number then exit. +.IP -v +Report values of some kernel tables. The following values may be displayed: + +.B UID +.RS +.RS +The real user identification number of the task being monitored. +.RE + +.B USER +.RS +The name of the real user owning the task being monitored. +.RE + +.B PID +.RS +The identification number of the task being monitored. +.RE + +.B threads +.RS +Number of threads associated with current task. +.RE + +.B fd-nr +.RS +Number of file descriptors associated with current task. +.RE + +.B Command +.RS +The command name of the task. +.RE +.RE .IP -w Report task switching activity (kernels 2.6.23 and later only). The following values may be displayed: -- 2.40.0