Use kstat for Solaris CPU info
This commit is contained in:
parent
50c3cf302c
commit
7d61180034
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ class SunOSHardware(Hardware):
|
|||
return self.facts
|
||||
|
||||
def get_cpu_facts(self):
|
||||
rc, out, err = module.run_command("/usr/sbin/kstat cpu_info")
|
||||
rc, out, err = module.run_command("/usr/bin/kstat cpu_info")
|
||||
self.facts['processor'] = []
|
||||
for line in out.split('\n'):
|
||||
if len(line) < 1:
|
||||
|
|
Loading…
Reference in a new issue