summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorHeiko Carstens2011-08-10 10:34:33 +0200
committerHeiko Carstens2011-08-14 17:34:34 +0200
commit2b8fcb8138ab8d6455c60b23bf75b7b3e687c6d7 (patch)
tree4bdc0e055db3c6cd4445391d3029c4c0dce030cc /sys-utils/lscpu.1
parentlscpu: show dispatching mode (diff)
downloadkernel-qcow2-util-linux-2b8fcb8138ab8d6455c60b23bf75b7b3e687c6d7.tar.gz
kernel-qcow2-util-linux-2b8fcb8138ab8d6455c60b23bf75b7b3e687c6d7.tar.xz
kernel-qcow2-util-linux-2b8fcb8138ab8d6455c60b23bf75b7b3e687c6d7.zip
lscpu: add cpu polarization to parseable output
When running in different dispatching mode the virtual cpus may have different polarizations. E.g. in "vertical" mode cpus may have a polarization of "vertical:high" which means the virtual cpu has dedicated physical cpu assigned. Print this information in the parsable output. Note that this breaks the current rule that a) the parseable output contains only numbers b) these numbers are equal or increased in each line Since however this new item must be selected with the "list" argument this shouldn't be a problem. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'sys-utils/lscpu.1')
-rw-r--r--sys-utils/lscpu.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 4795e91c8..f9b8fa443 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -32,7 +32,7 @@ separate CPU cache columns. If no CPU caches are identified, then the cache
columns are not printed at all.
The \fIlist\fP argument is comma delimited list of the columns. Currently
-supported are CPU, Core, Node, Socket, Book and Cache columns. If the
+supported are CPU, Core, Node, Socket, Book, Cache and Polarization columns. If the
\fIlist\fP argument is given then always all requested columns are printed in
the defined order. The Cache columns are separated by ':'.