diff options
Diffstat (limited to 'sys-utils/lscpu.1')
| -rw-r--r-- | sys-utils/lscpu.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1 index f747a35b7..5e838fb11 100644 --- a/sys-utils/lscpu.1 +++ b/sys-utils/lscpu.1 @@ -29,6 +29,9 @@ Not all columns are supported on all architectures. If an unsupported column is specified, \fBlscpu\fP prints the column but does not provide any data for it. .SS COLUMNS +Note that topology elements (core, socket, etc.) use sequential unique ID +starting from zero, but CPU logical numbers follow kernel where is no guarantee +of the sequential numbering. .TP .B CPU The logical CPU number of a CPU as used by the Linux kernel. @@ -76,6 +79,11 @@ The workload is concentrated on few CPUs. 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. +.TP +.B MMHZ +Maximum megaherz value for the cpu. Useful when lscpu is used as hardware +inventory information gathering tool. Notice that the megahertz value is +dynamic, and driven by CPU governor depending on current resource need. .RE .SH OPTIONS .TP @@ -102,7 +110,7 @@ When specifying the \fIlist\fP argument, the string of option, equal sign (=), a Examples: '\fB-e=cpu,node\fP' or '\fB--extended=cpu,node\fP'. .TP .BR \-h , " \-\-help" -Display help information and exit. +Display help text and exit. .TP .BR \-p , " \-\-parse" [=\fIlist\fP] Optimize the command output for easy parsing. |
