diff options
Diffstat (limited to 'doc/prtstat.1')
-rw-r--r-- | doc/prtstat.1 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/prtstat.1 b/doc/prtstat.1 new file mode 100644 index 0000000..3a7aed6 --- /dev/null +++ b/doc/prtstat.1 @@ -0,0 +1,40 @@ +.\" +.\" Copyright 2009-2020 Craig Small +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.TH PRTSTAT 1 "2020-09-09" "psmisc" "User Commands" +.SH NAME +prtstat \- print statistics of a process +.SH SYNOPSIS +.ad l +.B prtstat +.RB [ \-r | \-\-raw ] +.I pid +.br +.B prtstat +.BR \-V | \-\-version +.ad b +.SH DESCRIPTION +.B prtstat +prints the statistics of the specified process. This information comes +from the +.BI /proc/ pid /stat +file. +.SH OPTIONS +.TP +.BR \-r , \ \-\-raw +Print the information in raw format. +.TP +.BR \-V , \ \-\-version +Show the version information for +.BR prtstat . +.SH FILES +.TP +.BI /proc/ pid /stat +source of the information +.B prtstat +uses. |