]> granicus.if.org Git - sysstat/commitdiff
pidstat: Documentation update
authorSebastien GODARD <sysstat@orange.fr.fake>
Fri, 27 Sep 2013 12:28:21 +0000 (14:28 +0200)
committerSebastien GODARD <sysstat@orange.fr.fake>
Fri, 27 Sep 2013 12:28:21 +0000 (14:28 +0200)
Give information about new option -v in pidstat manual page.

Signed-off-by: Sebastien GODARD <sysstat@orange.fr.fake>
man/pidstat.1

index 1f44505d0071c45fc59e4f3f67e0330fa3015f0a..f75a9c99f2342ad05712ca6b29d11bda2f9df318 100644 (file)
@@ -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: