summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorHeiko Carstens2011-09-06 02:52:59 +0200
committerKarel Zak2011-09-09 23:49:22 +0200
commita7e5300c9714db147a3a700b7ebc55e391922d7d (patch)
tree0f181750274ed53510c48d38886b4c739087c652 /sys-utils/lscpu.1
parentlscpu: add configured state to output (diff)
downloadkernel-qcow2-util-linux-a7e5300c9714db147a3a700b7ebc55e391922d7d.tar.gz
kernel-qcow2-util-linux-a7e5300c9714db147a3a700b7ebc55e391922d7d.tar.xz
kernel-qcow2-util-linux-a7e5300c9714db147a3a700b7ebc55e391922d7d.zip
lscpu: add online state to output
lscpu only prints lines for online CPUs. At least for the human readable list the offline CPUs are of interest as well. In order to distinguish between online and offline CPUs introduce the "Online" column. By default the human readable output now displays online and offline CPUs. The parsable output is not changed. It will print only lines for online CPUs as it used to do. [kzak@redhat.com: - minor changes] Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Karel Zak <kzak@redhat.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 b833bdc3b..68a70f936 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, Address and Configured columns.
+Book, Cache, Polarization, Address, Configured and Online columns.
If the \fIlist\fP argument is given then all requested columns are printed in
the defined order.