1PRSTAT(1) User Commands PRSTAT(1)
2
3
4
6 prstat - print statistics of a process
7
9 prtstat [-r|--raw] pid
10 prtstat -V|--version
11
13 prtstat prints the statistics of the specified process. This informa‐
14 tion comes from the /proc/PID/stat file.
15
17 -r,--raw
18 Print the information in raw format.
19
20 -V,--version
21 Show the version information for prtstat.
22
24 -r,--raw
25 Print the information in raw format.
26
27 -V,--version
28 Show the version information for prtstat.
29
31 /proc/<PID>/stat source of the information prtstat uses
32
34 Craig Small <csmall@enc.com.au>
35
36
37
38Linux 2009-11-19 PRSTAT(1)