summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-06-02 18:51:09 +0100
committerKarel Zak <kzak@redhat.com>2013-06-07 12:24:44 +0200
commite4b768c75c8870c8275abebd45e483e7a348e105 (patch)
tree3f69fbcd8723cfef40f0f928b3d7d8664a911eac
parent44320710bdb98a3036e8297d0e0af043fb72d702 (diff)
downloadutil-linux-e4b768c75c8870c8275abebd45e483e7a348e105.tar.gz
docs: add lscpu max mhz to manual and bash completion
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-rw-r--r--bash-completion/lscpu3
-rw-r--r--sys-utils/lscpu.15
2 files changed, 7 insertions, 1 deletions
diff --git a/bash-completion/lscpu b/bash-completion/lscpu
index bce07c41..27367426 100644
--- a/bash-completion/lscpu
+++ b/bash-completion/lscpu
@@ -17,7 +17,8 @@ _lscpu_module()
POLARIZATION,
ADDRESS,
CONFIGURED,
- ONLINE,"
+ ONLINE,
+ MMHZ"
compopt -o nospace
COMPREPLY=( $(compgen -W "$OPTS" -- $cur) )
return 0
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index f747a35b..19c964ae 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -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