.\" .\" Copyright 2009-2012 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 "2012-07-28" "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 .RB \-V | \-\-version .ad b .SH DESCRIPTION .B prtstat prints the statistics of the specified process. This information comes from the .I /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 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 /proc//stat source of the information .B prtstat uses