I've tried disabling CPU throttling by following instructions from here:
How I can disable CPU frequency scaling and set the system to performance?
No go :
$ cat /proc/cpuinfo|grep MHz
cpu MHz : 3823.671
cpu MHz : 3706.929
cpu MHz : 3900.039
cpu MHz : 3812.117
cpu MHz : 3897.117
cpu MHz : 1666.664
cpu MHz : 2421.039
cpu MHz : 3900.039
cpu MHz : 3829.781
cpu MHz : 3039.679
cpu MHz : 3788.609
cpu MHz : 1250.960
Any suggestions ?
6800k
is not a CPU model. – Pilot6 Dec 10 '16 at 17:09lscpu
. – Pilot6 Dec 10 '16 at 17:10Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 12 On-line CPU(s) list: 0-11 Thread(s) per core: 2 Core(s) per socket: 6 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 79 Model name: Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz Stepping: 1 CPU MHz: 3499.078 CPU max MHz: 4000.0000 CPU min MHz: 1200.0000 BogoMIPS: 6936.70
– user1113145 Dec 10 '16 at 17:12pstate
but to switch it to performance. – Pilot6 Dec 10 '16 at 17:17