I have already read similar posts about this but none of them is related to my situation.
When using the following command :
cpupower frequency-info
I get the following result :
analyzing CPU 0:
no or unknown cpufreq driver is active on this CPU
CPUs which run at the same hardware frequency: Not Available
CPUs which need to have their frequency coordinated by software: Not Available
maximum transition latency: Cannot determine or is not supported.
Not Available
available cpufreq governors: Not Available
Unable to determine current policy
current CPU frequency: Unable to call hardware
current CPU frequency: Unable to call to kernel
boost state support:
Supported: no
Active: no
It says
no or unknown cpufreq driver is active on this CPU
I read that I need to enable Intel turbo, but I don't have the following file /sys/devices/system/cpu/intel_pstate/no_turbo
.
How can I set CPU governor to performance in my Ubuntu 22 server?
I have 8 cores of CPU .
EDIT: My kernel version is 5.15.0-94-generic and the output of cat /proc/cpuinfo ; find /sys/devices/system/cpu
can be found here at PasteBin.
cpupower
requires root access. Please [edit] your question and show us the output ofsudo cpupower frequency-info
instead. – terdon Feb 19 '24 at 16:56performance
without installingcpufreq
See the answers (including the one I just posted) on the duplicate. – WinEunuuchs2Unix Feb 19 '24 at 18:27cat /proc/cpuinfo ; find /sys/devices/system/cpu
– Daniel T Feb 19 '24 at 18:27dmesg | grep intel_pstate
? https://www.suse.com/support/kb/doc/?id=000020273 – Daniel T Feb 19 '24 at 19:54