docs: add lscpu max mhz to manual and bash completion

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2013-06-02 18:51:09 +01:00 committed by Karel Zak
parent 44320710bd
commit e4b768c75c
2 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,8 @@ _lscpu_module()
POLARIZATION,
ADDRESS,
CONFIGURED,
ONLINE,"
ONLINE,
MMHZ"
compopt -o nospace
COMPREPLY=( $(compgen -W "$OPTS" -- $cur) )
return 0

View File

@ -76,6 +76,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 infomation gathering tool. Notice that the megahertz value is
dynamic, and driven by CPU governor depending on current resource need.
.RE
.SH OPTIONS
.TP