summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat.1
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2011-11-22 20:59:52 +0000
committertrociny <trociny@FreeBSD.org>2011-11-22 20:59:52 +0000
commit7a18cdce7af29e0c992303389cd27391d9711588 (patch)
tree17afb2c14d48acc17cffbe47f59494d9dd31b393 /usr.bin/procstat/procstat.1
parent2a52428fd64d703130594f1ed066a391470a097b (diff)
downloadFreeBSD-src-7a18cdce7af29e0c992303389cd27391d9711588.zip
FreeBSD-src-7a18cdce7af29e0c992303389cd27391d9711588.tar.gz
Add new options, -e and -x, to display process environment variables
and ELF auxiliary vectors. MFC after: 2 weeks
Diffstat (limited to 'usr.bin/procstat/procstat.1')
-rw-r--r--usr.bin/procstat/procstat.16
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1
index 5ed28dd..b9a6a4c 100644
--- a/usr.bin/procstat/procstat.1
+++ b/usr.bin/procstat/procstat.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 7, 2011
+.Dd November 22, 2011
.Dt PROCSTAT 1
.Os
.Sh NAME
@@ -56,6 +56,8 @@ for printing:
Display binary information for the process.
.It Fl c
Display command line arguments for the process.
+.It Fl e
+Display environment variables for the process.
.It Fl f
Display file descriptor information for the process.
.It Fl i
@@ -73,6 +75,8 @@ Display security credential information for the process.
Display thread information for the process.
.It Fl v
Display virtual memory mappings for the process.
+.It Fl x
+Display ELF auxiliary vector for the process.
.El
.Pp
All options generate output in the format of a table, the first field of
OpenPOWER on IntegriCloud