You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scaling_governor files under certain VMware environments seems to not exist:
# l "/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor"
ls: cannot access '/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor': No such file or directory
My configuration:
VM: Xubuntu 16.04 x64
Host: Xubuntu 16.04 x64
Processors assigned: 2
Version: VMware 12.1.1
This leads to:
# python timing-collector.py testTiming1
Traceback (most recent call last):
File "timing-collector.py", line 197, in <module>
clear_os_settings(tcpts_previous)
File "timing-collector.py", line 169, in clear_os_settings
setPowersave(True)
File "/tmp/pico/utils/os_utils.py", line 75, in setPowersave
'r+b')
IOError: [Errno 2] No such file or directory: '/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor'
Should there be a check if the files exist first?
The text was updated successfully, but these errors were encountered:
scaling_governor files under certain VMware environments seems to not exist:
My configuration:
This leads to:
Should there be a check if the files exist first?
The text was updated successfully, but these errors were encountered: