]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lscpu: add max MHz value to make cpu governor effects more visible
authorSami Kerola <kerolasa@iki.fi>
Sun, 2 Jun 2013 17:51:08 +0000 (18:51 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 7 Jun 2013 10:24:42 +0000 (12:24 +0200)
commit44320710bdb98a3036e8297d0e0af043fb72d702
treef55270f5e253f4e77ebb917a8bb9e199d3f3dcda
parentd722ce211a068d9d6610c1cc5a518357284ef40e
lscpu: add max MHz value to make cpu governor effects more visible

The existing 'CPU MHz' is usually dynamic value, which CPU governor
changes up on needs of CPU demand.  Assuming lscpu is used to gather
information to a hardware inventory the dynamic value is misleading.  For
inventing the maximum MHz value is more sensible.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/lscpu.c