]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add lscpu max mhz to manual and bash completion
authorSami Kerola <kerolasa@iki.fi>
Sun, 2 Jun 2013 17:51:09 +0000 (18:51 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 7 Jun 2013 10:24:44 +0000 (12:24 +0200)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
bash-completion/lscpu
sys-utils/lscpu.1

index bce07c4127858aae0b6e5cda5620afbddcb85f86..27367426a99dc59161bd37a65d5df0353f37b67d 100644 (file)
@@ -17,7 +17,8 @@ _lscpu_module()
                                POLARIZATION,
                                ADDRESS,
                                CONFIGURED,
-                               ONLINE,"
+                               ONLINE,
+                               MMHZ"
                        compopt -o nospace
                        COMPREPLY=( $(compgen -W "$OPTS" -- $cur) )
                        return 0
index f747a35b738dcd8120ce6831a4b94955e18313c7..19c964ae35b512420ffb87d51bd327fbab7bfe24 100644 (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