summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorHeiko Carstens2011-09-06 02:52:58 +0200
committerKarel Zak2011-09-09 23:41:25 +0200
commitd231eea114e61e5237f482c3477fc8de6b6a7c43 (patch)
treea25514bb7ebb02a9e71bbe9c808694ab7c3981d1 /sys-utils/lscpu.1
parentlscpu: add human readable extended cpu table output (diff)
downloadkernel-qcow2-util-linux-d231eea114e61e5237f482c3477fc8de6b6a7c43.tar.gz
kernel-qcow2-util-linux-d231eea114e61e5237f482c3477fc8de6b6a7c43.tar.xz
kernel-qcow2-util-linux-d231eea114e61e5237f482c3477fc8de6b6a7c43.zip
lscpu: add configured state to output
CPUs may be in a configured or deconfigured state depending if the CPU resource may be used by the guest. If a CPU is in configured state the guest may use it (i.e. set it online). It it is in deconfigured state it cannot use it before changing its state to configured. Display this CPU attribute as well. 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 30dfbc61f..b833bdc3b 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -21,7 +21,7 @@ which can be fed to other programs.
Some options have a \fIlist\fP argument. The \fIlist\fP argument is a comma
delimited list of the columns. Currently supported are CPU, Core, Node, Socket,
-Book, Cache, Polarization and Address columns.
+Book, Cache, Polarization, Address and Configured columns.
If the \fIlist\fP argument is given then all requested columns are printed in
the defined order.