diff options
author | Shane Bradley <sbradley@redhat.com> | 2016-03-07 12:56:04 -0500 |
---|---|---|
committer | Shane Bradley <sbradley@redhat.com> | 2016-03-07 12:56:04 -0500 |
commit | 384e0c432a09f092ff5062dc74dc9389adef5d67 (patch) | |
tree | 8dcb94fd2481f0a474c27c8ba95343e3f3b9edb4 | |
parent | 62f811ca90d769caba4e06ef98734e63d3d4b1cd (diff) | |
download | sos-384e0c432a09f092ff5062dc74dc9389adef5d67.tar.gz |
[processor] Capture output of the command "cpufreq-info"
Fixes: #790
Signed-off-by: Shane Bradley <sbradley@redhat.com>
-rw-r--r-- | sos/plugins/processor.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/processor.py b/sos/plugins/processor.py index f8e728c3..e69f4048 100644 --- a/sos/plugins/processor.py +++ b/sos/plugins/processor.py @@ -35,7 +35,8 @@ class Processor(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin): "lscpu", "cpupower info", "cpupower idle-info", - "cpupower frequency-info" + "cpupower frequency-info", + "cpufreq-info" ]) if '86' in self.policy().get_arch(): |