prtstat — print statistics of a process

Synopsis

prtstat [-r|--raw] pid
prtstat -V|--version

Description

prtstat prints the statistics of the specified process.  This information comes from the /proc/PID/stat file.

Options

-r--raw

Print the information in raw format.

-V--version

Show the version information for prtstat.

Files

/proc/<PID>/stat

source of the information prtstat uses

Info

2016-06-18 psmisc