Skip to content

Commit

Permalink
[processor] Capture output of the command "cpufreq-info"
Browse files Browse the repository at this point in the history
Fixes: #790

Signed-off-by: Shane Bradley <sbradley@redhat.com>
  • Loading branch information
sbradley7777 committed Mar 7, 2016
1 parent 62f811c commit 384e0c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/plugins/processor.py
Expand Up @@ -35,7 +35,8 @@ def setup(self):
"lscpu",
"cpupower info",
"cpupower idle-info",
"cpupower frequency-info"
"cpupower frequency-info",
"cpufreq-info"
])

if '86' in self.policy().get_arch():
Expand Down

0 comments on commit 384e0c4

Please sign in to comment.