ps: have now added the NUMA node field display support
[ this patch has been adapted from the newlib branch ] Reference(s): https://gitlab.com/procps-ng/procps/issues/58 Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
7
ps/ps.1
7
ps/ps.1
@@ -4,7 +4,7 @@
|
||||
.\" Quick hack conversion by Albert Cahalan, 1998.
|
||||
.\" Licensed under version 2 of the Gnu General Public License.
|
||||
.\"
|
||||
.TH PS 1 "August 2015" "procps-ng" "User Commands"
|
||||
.TH PS 1 "May 2017" "procps-ng" "User Commands"
|
||||
.\"
|
||||
.\" To render this page:
|
||||
.\" groff -t -b -man -X -P-resolution -P100 -Tps ps.1 &
|
||||
@@ -1379,6 +1379,11 @@ number of lwps (threads) in the process. (alias
|
||||
.BR thcount ).
|
||||
T}
|
||||
|
||||
numa NUMA T{
|
||||
The node assocated with the most recently used processor.
|
||||
A -1 means that NUMA information is unavailable.
|
||||
T}
|
||||
|
||||
nwchan WCHAN T{
|
||||
address of the kernel function where the process is sleeping (use
|
||||
.B wchan
|
||||
|
Reference in New Issue
Block a user