From a4dc4fbcc1b131061dcccd5cdcc2395d9a2ba784 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 15:17:26 +0200 Subject: Adding upstream version 23.7. Signed-off-by: Daniel Baumann --- doc/prtstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/prtstat.1 (limited to 'doc/prtstat.1') diff --git a/doc/prtstat.1 b/doc/prtstat.1 new file mode 100644 index 0000000..3a7aed6 --- /dev/null +++ b/doc/prtstat.1 @@ -0,0 +1,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. -- cgit v1.2.3