summaryrefslogtreecommitdiffstats
path: root/doc/prtstat.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 13:17:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 13:17:26 +0000
commita4dc4fbcc1b131061dcccd5cdcc2395d9a2ba784 (patch)
treebc531e7e083fff1668bb4e79e9692d8cc47aea95 /doc/prtstat.1
parentInitial commit. (diff)
downloadpsmisc-a4dc4fbcc1b131061dcccd5cdcc2395d9a2ba784.tar.xz
psmisc-a4dc4fbcc1b131061dcccd5cdcc2395d9a2ba784.zip
Adding upstream version 23.7.upstream/23.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/prtstat.1')
-rw-r--r--doc/prtstat.140
1 files changed, 40 insertions, 0 deletions
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.