]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/lscpu.1.adoc
Fix several adoc files as reported by Helge Kreutzmann
[thirdparty/util-linux.git] / sys-utils / lscpu.1.adoc
CommitLineData
295b3979 1//po4a: entry man manual
6d5b6948
MB
2= lscpu(1)
3:doctype: manpage
f42ed819 4:man manual: User Commands
6d5b6948
MB
5:man source: util-linux {release-version}
6:page-layout: base
7:command: lscpu
8
9== NAME
10
11lscpu - display information about the CPU architecture
12
13== SYNOPSIS
14
4d297435 15*lscpu* [options]
6d5b6948
MB
16
17== DESCRIPTION
18
19*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.
20
21The default output formatting on terminal is subject to change and maybe optimized for better readability. The output for non-terminals (e.g., pipes) is never affected by this optimization and it is always in "Field: data\n" format. Use for example "*lscpu | less*" to see the default output without optimizations.
22
23In 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.
24
25Options 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.
26
27Not 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.
28
29The cache sizes are reported as summary from all CPUs. The versions before v2.34 reported per-core sizes, but this output was confusing due to complicated CPUs topology and the way how caches are shared between CPUs. For more details about caches see *--cache*. Since version v2.37 *lscpu* follows cache IDs as provided by Linux kernel and it does not always start from zero.
30
6d5b6948
MB
31== OPTIONS
32
33*-a*, *--all*::
4eab78d3 34Include lines for online and offline CPUs in the output (default for *-e*). This option may only be specified together with option *-e* or *-p*.
6d5b6948
MB
35
36*-B*, *--bytes*::
4c989ad4 37include::man-common/in-bytes.adoc[]
6d5b6948
MB
38
39*-b*, *--online*::
4eab78d3 40Limit the output to online CPUs (default for *-p*). This option may only be specified together with option *-e* or *-p*.
6d5b6948
MB
41
42*-C*, *--caches*[=_list_]::
4eab78d3
MB
43Display details about CPU caches. For details about available information see *--help* output.
44+
45If the _list_ argument is omitted, all columns for which data is available are included in the command output.
46+
bd67ca44 47When specifying the _list_ argument, the string of option, equal sign (=), and _list_ must not contain any blanks or other whitespace. Examples: *-C=NAME,ONE-SIZE* or *--caches=NAME,ONE-SIZE*.
4eab78d3 48+
bd67ca44 49The default list of columns may be extended if list is specified in the format +list (e.g., **lscpu -C=+ALLOC-POLICY**).
6d5b6948
MB
50
51*-c*, *--offline*::
4eab78d3 52Limit the output to offline CPUs. This option may only be specified together with option *-e* or *-p*.
6d5b6948
MB
53
54*-e*, *--extended*[=_list_]::
4eab78d3
MB
55Display the CPU information in human-readable format.
56+
aa049eab 57If the _list_ argument is omitted, the default columns are included in the command output. The default output is subject to change.
4eab78d3
MB
58+
59When 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*'.
60+
61The default list of columns may be extended if list is specified in the format +list (e.g., lscpu -e=+MHZ).
6d5b6948 62
6d5b6948 63*-J*, *--json*::
4eab78d3 64Use JSON output format for the default summary or extended output (see *--extended*).
6d5b6948
MB
65
66*-p*, *--parse*[=_list_]::
e08e3d58 67Optimize the command output for easy parsing.
4eab78d3
MB
68+
69If 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 (:).
70+
71When 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*'.
72+
73The default list of columns may be extended if list is specified in the format +list (e.g., lscpu -p=+MHZ).
6d5b6948
MB
74
75*-s*, *--sysroot* _directory_::
4eab78d3 76Gather CPU data for a Linux instance other than the instance from which the *lscpu* command is issued. The specified _directory_ is the system root of the Linux instance to be inspected.
6d5b6948
MB
77
78*-x*, *--hex*::
4eab78d3 79Use hexadecimal masks for CPU sets (for example "ff"). The default is to print the sets in list format (for example 0,1). Note that before version 2.30 the mask has been printed with 0x prefix.
6d5b6948
MB
80
81*-y*, *--physical*::
4eab78d3
MB
82Display physical IDs for all columns with topology elements (core, socket, etc.). Other than logical IDs, which are assigned by *lscpu*, physical IDs are platform-specific values that are provided by the kernel. Physical IDs are not necessarily unique and they might not be arranged sequentially. If the kernel could not retrieve a physical ID for an element *lscpu* prints the dash (-) character.
83+
84The CPU logical numbers are not affected by this option.
6d5b6948 85
6d5b6948 86*--output-all*::
4eab78d3 87Output all available columns. This option must be combined with either *--extended*, *--parse* or *--caches*.
6d5b6948
MB
88
89== BUGS
90
91The basic overview of CPU family, model, etc. is always based on the first CPU only.
92
93Sometimes in Xen Dom0 the kernel reports wrong data.
94
95On virtual hardware the number of cores per socket, etc. can be wrong.
96
97== AUTHORS
98
4eab78d3
MB
99mailto:qcai@redhat.com[Cai Qian],
100mailto:kzak@redhat.com[Karel Zak],
6d5b6948
MB
101mailto:heiko.carstens@de.ibm.com[Heiko Carstens]
102
103== SEE ALSO
104
105*chcpu*(8)
106
625e9c61 107include::man-common/bugreports.adoc[]
6d5b6948 108
625e9c61 109include::man-common/footer.adoc[]
6d5b6948
MB
110
111ifdef::translation[]
625e9c61 112include::man-common/translation.adoc[]
6d5b6948 113endif::[]