LSCPU(1) | User Commands | LSCPU(1) |
lscpu - display information about the CPU architecture
lscpu [-a|-b|-c|-J] [-x]
[-y] [-s directory]
[-e[=list]|-p[=list]]
lscpu -h|-V
lscpu gathers CPU architecture information from sysfs, /proc/cpuinfo and any applicable architecture-specific libraries (e.g. librtas on Powerpc). The command output can be optimized for parsing or for easy readability by humans. The information includes, for example, the number of CPUs, threads, cores, sockets, and Non-Uniform Memory Access (NUMA) nodes. There is also information about the CPU caches and cache sharing, family, model, bogoMIPS, byte order, and stepping.
In virtualized environments, the CPU architecture information displayed reflects the configuration of the guest operating system which is typically different from the physical (host) system. On architectures that support retrieving physical topology information, lscpu also displays the number of physical sockets, chips, cores in the host system.
Options that result in an output table have a list argument. Use this argument to customize the command output. Specify a comma-separated list of column labels to limit the output table to only the specified columns, arranged in the specified order. See COLUMNS for a list of valid column labels. The column labels are not case sensitive.
Not all columns are supported on all architectures. If an unsupported column is specified, lscpu prints the column but does not provide any data for it.
Note that topology elements (core, socket, etc.) use a sequential unique ID starting from zero, but CPU logical numbers follow the kernel where there is no guarantee of sequential numbering.
For vertical polarization, the column also shows the degree of concentration, high, medium, or low. This column contains data only if your hardware system and hypervisor support CPU polarization.
If the list argument is omitted, all columns for which data is available are included in the command output.
When specifying the list argument, the string of option, equal sign (=), and list must not contain any blanks or other whitespace. Examples: '-e=cpu,node' or '--extended=cpu,node'.
If the list argument is omitted, the command output is
compatible with earlier versions of lscpu. In this compatible
format, two commas are used to separate CPU cache columns. If no CPU
caches are identified the cache column is omitted.
If the list argument is used, cache columns are separated with a
colon (:).
When specifying the list argument, the string of option, equal sign (=), and list must not contain any blanks or other whitespace. Examples: '-p=cpu,node' or '--parse=cpu,node'.
The CPU logical numbers are not affected by this option.
The basic overview of CPU family, model, etc. is always based on the first CPU only.
Sometimes in Xen Dom0 the kernel reports wrong data.
On virtual hardware the number of cores per socket, etc. can be wrong.
Cai Qian <qcai@redhat.com> Karel Zak <kzak@redhat.com> Heiko Carstens <heiko.carstens@de.ibm.com>
The lscpu command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/.
November 2015 | util-linux |