summaryrefslogtreecommitdiffstats
path: root/doc/prtstat.1
blob: 3a7aed6f0a5ca8d5af048b423f2a72ad80205a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.