summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-30 19:17:56 +0000
committerjhb <jhb@FreeBSD.org>2000-11-30 19:17:56 +0000
commit9b42eed500521f19d2d168abf5fbfb0ac47301ee (patch)
treeefbc825deb4e8b8fa702d6a3ca4287914b440558 /bin
parent259d62f4d89d01ef3c3cfece16aaf8c1cc802cd6 (diff)
downloadFreeBSD-src-9b42eed500521f19d2d168abf5fbfb0ac47301ee.zip
FreeBSD-src-9b42eed500521f19d2d168abf5fbfb0ac47301ee.tar.gz
Document the mtxname keyword.
Reviewed by: sheldonh
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.115
1 files changed, 13 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index b195746..d9212a0 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -182,7 +182,7 @@ Display information about processes without controlling terminals.
.Pp
A complete list of the available keywords are listed below.
Some of these keywords are further specified as follows:
-.Bl -tag -width indent
+.Bl -tag -width mtxname
.It %cpu
The cpu utilization of the process; this is a decaying average over up to
a minute of previous (real) time.
@@ -221,6 +221,13 @@ The soft limit on memory used, specified via a call to
.It lstart
The exact time the command started, using the ``%c'' format described in
.Xr strftime 3 .
+.It mtxname
+The name of the
+.Xr mutex 9
+that the process is currently blocked on.
+If the name is invalid or unknown, then
+.Dq ???
+is displayed.
.It nice
The process scheduling increment (see
.Xr setpriority 2 ) .
@@ -375,6 +382,9 @@ total page reclaims
total messages received (reads from pipes/sockets)
.It msgsnd
total messages sent (writes on pipes/sockets)
+.It mtxname
+.Xr mutex 9
+currently blocked on (as a symbolic name)
.It nice
nice value (alias ni)
.It nivcsw
@@ -504,7 +514,8 @@ the mount point of
.Xr kvm 3 ,
.Xr strftime 3 ,
.Xr procfs 5 ,
-.Xr pstat 8
+.Xr pstat 8 ,
+.Xr mutex 9
.Sh BUGS
Since
.Nm
OpenPOWER on IntegriCloud