summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/ps.1
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2018-10-15 14:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2018-10-15 14:57:13 +0000
commitf5733417953d12d5f4b44353b59c3b14f13696c2 (patch)
tree3e8c4bc1ee61164386f7dfc70c4b8b760731d843 /usr/src/man/man1/ps.1
parent8bd1e5ed2443eb501ddfba4147e769b6d0074ef3 (diff)
parentf35f236324c07bf560ad6481307ea93b1261d636 (diff)
downloadillumos-joyent-gcc-update.tar.gz
Merge remote-tracking branch 'ctf/OS-7275' into gcc-updategcc-update
Diffstat (limited to 'usr/src/man/man1/ps.1')
-rw-r--r--usr/src/man/man1/ps.133
1 files changed, 22 insertions, 11 deletions
diff --git a/usr/src/man/man1/ps.1 b/usr/src/man/man1/ps.1
index afdda2f8ef..9f2fb063ca 100644
--- a/usr/src/man/man1/ps.1
+++ b/usr/src/man/man1/ps.1
@@ -44,9 +44,9 @@
.\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
.\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
.\" Copyright (c) 2013 Gary Mills
-.\" Copyright (c) 2017, Joyent, Inc.
+.\" Copyright (c) 2018, Joyent, Inc.
.\"
-.TH PS 1 "Jun 13, 2017"
+.TH PS 1 "August 22, 2018"
.SH NAME
ps \- report process status
.SH SYNOPSIS
@@ -1052,6 +1052,16 @@ one line to be printed for each lwp in the process.
.sp
.ne 2
.na
+\fB\fBlwpname\fR\fR
+.ad
+.RS 11n
+The name of the lwp, if set. Requesting this formatting option causes
+one line to be printed for each lwp in the process.
+.RE
+
+.sp
+.ne 2
+.na
\fB\fBnlwp\fR\fR
.ad
.RS 11n
@@ -1176,8 +1186,8 @@ The data model of the process, printed in the same manner as via
.sp
.LP
-Only \fBcomm\fR and \fBargs\fR are allowed to contain blank characters; all
-others, including the Solaris implementation variables, are not.
+Only \fBcomm\fR, \fBlwpname\fR, and \fBargs\fR are allowed to contain blank
+characters; all others, including the Solaris implementation variables, are not.
.sp
.LP
The following table specifies the default header to be used in the POSIX locale
@@ -1199,7 +1209,7 @@ group GROUP time TIME
nice NI tty TT
pcpu %CPU user USER
pgid PGID vsz VSZ
-pid PID
+pid PID
.TE
.sp
@@ -1224,12 +1234,13 @@ fname COMMAND rss RSS
gid GID ruid RUID
lgrp LGRP s S
lwp LWP sid SID
-nlwp NLWP stime STIME
-opri PRI taskid TASKID
-osz SZ uid UID
-pmem %MEM wchan WCHAN
-pri PRI zone ZONE
-ctid CTID zoneid ZONEID
+lwpname LWPNAME stime STIME
+nlwp NLWP taskid TASKID
+opri PRI uid UID
+osz SZ wchan WCHAN
+pmem %MEM zone ZONE
+pri PRI zoneid ZONEID
+ctid CTID
.TE
.SH EXAMPLES