summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat.1
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-07-01 18:23:00 +0000
committerjhb <jhb@FreeBSD.org>2014-07-01 18:23:00 +0000
commitc5faaaf9d09bb8f104e5b51393bcdc9cc598bde1 (patch)
tree9668c640b5b45263b2283de863bf8953c35c8efe /usr.bin/procstat/procstat.1
parentd060b2954490674a098fbd45662d244d9fa44e3a (diff)
downloadFreeBSD-src-c5faaaf9d09bb8f104e5b51393bcdc9cc598bde1.zip
FreeBSD-src-c5faaaf9d09bb8f104e5b51393bcdc9cc598bde1.tar.gz
MFC 266322,266323:
- Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name column header when displaying resource usage. This more closely matches other procstat displays. - Add descriptions of the display formats for -e, -l, -r, and -x. Fix a few typos in indent settings while here.
Diffstat (limited to 'usr.bin/procstat/procstat.1')
-rw-r--r--usr.bin/procstat/procstat.167
1 files changed, 65 insertions, 2 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1
index 4966b7d..eb7a689 100644
--- a/usr.bin/procstat/procstat.1
+++ b/usr.bin/procstat/procstat.1
@@ -135,6 +135,17 @@ command
.It ARGS
command line arguments (if available)
.El
+.Ss Environment Variables
+Display the process ID, command, and environment variables:
+.Pp
+.Bl -tag -width "ENVIRONMENT" -compact
+.It PID
+process ID
+.It COMM
+command
+.It ENVIRONMENT
+environment variables (if available)
+.El
.Ss File Descriptors
Display detailed information about each file descriptor referenced by a
process, including the process ID, command, file descriptor number, and
@@ -244,7 +255,7 @@ present for each capability descriptor.
.Ss Signal Disposition Information
Display signal pending and disposition for a process:
.Pp
-.Bl -tag -width ident -compact
+.Bl -tag -width indent -compact
.It PID
process ID
.It COMM
@@ -269,7 +280,7 @@ switch is given, the signal numbers are shown instead of signal names.
.Ss Thread Signal Information
Display signal pending and blocked for a process's threads:
.Pp
-.Bl -tag -width ident -compact
+.Bl -tag -width indent -compact
.It PID
process ID
.It TID
@@ -318,6 +329,45 @@ thread name
.It KSTACK
kernel thread call stack
.El
+.Ss Resource Limits
+Display resource limits for a process:
+.Pp
+.Bl -tag -width indent -compact
+.It PID
+process ID
+.It COMM
+command
+.It RLIMIT
+resource limit name
+.It SOFT
+soft limit
+.It HARD
+hard limit
+.El
+.Ss Resource Usage
+Display resource usage for a process.
+If the
+.Fl H
+flag is specified,
+resource usage for individual threads is displayed instead.
+.Pp
+.Bl -tag -width "RESOURCE" -compact
+.It PID
+process ID
+.It TID
+thread ID
+.Po
+if
+.Fl H
+is specified
+.Pc
+.It COMM
+command
+.It RESOURCE
+resource name
+.It VALUE
+current usage
+.El
.Ss Security Credentials
Display process credential information:
.Pp
@@ -450,6 +500,19 @@ grows down (top-down stack)
.It U
grows up (bottom-up stack)
.El
+.Ss ELF Auxiliary Vector
+Display ELF auxiliary vector values:
+.Pp
+.Bl -tag -width indent -compact
+.It PID
+process ID
+.It COMM
+command
+.It AUXV
+auxiliary vector name
+.It VALUE
+auxiliary vector value
+.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
OpenPOWER on IntegriCloud