распечатать статистику процесса (print statistics of a process)
Имя (Name)
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.