> 6) Strange or confusing: > (Only) when running the system with acpi-cpufreq driver CPU frequencies are not stuck. > Under load they go up to ~2.2 GHz. However, the performance does not increase > as one would expect.
Please know that the acpi-cpyfreq driver reports CPU frequencies that have been asked for (p-states, really) and not what the CPU frequency actually is. Whereas the intel_pstate driver reports what the CPU frequencies actually were during the times that the CPU was in the C0 state during the last sample interval. When using the acpi-cpufreq driver, suggest you use turbostat to get information on the actual CPU frequencies.
TheNitai
15 Posts
0
October 7th, 2015 17:00
Not sure if this helps, but I see that the Xps13 has CPU throttling set. In order to change it you can do:
echo 1 > /sys/module/processor/parameters/ignore_ppc
and edit /etc/default/grub with
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash processor.ignore_ppc=1"
update-grub
However, this has an impact on battery life.
n13260
7 Posts
0
October 8th, 2015 00:00
Thank you for the hint,
however setting ignore_ppc does not make a difference.
Doug Smythies
5 Posts
1
October 9th, 2015 09:00
for this:
> 6) Strange or confusing:
> (Only) when running the system with acpi-cpufreq driver CPU frequencies are not stuck.
> Under load they go up to ~2.2 GHz. However, the performance does not increase
> as one would expect.
Please know that the acpi-cpyfreq driver reports CPU frequencies that have been asked for (p-states, really) and not what the CPU frequency actually is. Whereas the intel_pstate driver reports what the CPU frequencies actually were during the times that the CPU was in the C0 state during the last sample interval. When using the acpi-cpufreq driver, suggest you use turbostat to get information on the actual CPU frequencies.
n13260
7 Posts
0
November 3rd, 2015 09:00
turbostat made the issue quite obvious: CPU frequency was in fact stucked.
Dell replaced the mainboard and now everything is performing very :-) well!
Doug, thank you so much for this hint!