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.