bin/171664: procstat(1): KVME_TYPE_SG (in TP column) is not
documented
Jan Beich
jbeich at tormail.org
Mon Sep 17 00:10:12 UTC 2012
The following reply was made to PR bin/171664; it has been noted by GNATS.
From: Jan Beich <jbeich at tormail.org>
To: jhb at freebsd.org
Cc: bug-followup at freebsd.org
Subject: Re: bin/171664: procstat(1): KVME_TYPE_SG (in TP column) is not documented
Date: Sun, 16 Sep 2012 21:07:38 -0300
--=-=-=
Content-Type: text/plain
(oops, confused doc-bug with docs/ category)
Jan Beich <jbeich at tormail.org> writes:
>>Environment:
> ref. http://svn.freebsd.org/changeset/base/195840
>>How-To-Repeat:
> $ procstat -v $(pgrep firefox) | awk 'NR == 1 || $10 ~ /sg/'
> PID START END PRT RES PRES REF SHD FL TP PATH
> 90996 0x8017fb000 0x8017fc000 rw- 0 0 13 0 ---- sg
John, how about the following trivial fix?
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=sg_desc.diff
Index: usr.bin/procstat/procstat.1
===================================================================
--- usr.bin/procstat/procstat.1 (revision 240575)
+++ usr.bin/procstat/procstat.1 (working copy)
@@ -418,6 +418,8 @@ default
device
.It ph
physical
+.It sg
+scatter/gather
.It sw
swap
.It vn
--=-=-=--
More information about the freebsd-bugs
mailing list