As the title says, my computer starts running extremely slow after using ubuntu for about half an hour.
:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 58
Model name: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Stepping: 9
CPU MHz: 165.509
CPU max MHz: 3300,0000
CPU min MHz: 1200,0000
BogoMIPS: 4589.75
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 6144K
NUMA node0 CPU(s): 0-7
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
I decided to check the temperatures (not sure if related to the problem):
:~$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +96.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +92.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +96.0°C (high = +87.0°C, crit = +105.0°C)
Core 2: +92.0°C (high = +87.0°C, crit = +105.0°C)
Core 3: +92.0°C (high = +87.0°C, crit = +105.0°C)
acpitz-virtual-0
Adapter: Virtual device
temp1: +95.0°C
temp2: +95.0°C (crit = +120.0°C)
temp3: +30.0°C (crit = +120.0°C)
nouveau-pci-0100
Adapter: PCI adapter
GPU core: +0.91 V (min = +0.84 V, max = +1.09 V)
temp1: +89.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)
I'm aware the temperatures are high, given that I'm running only Google Chrome. Besides, this problem of being very slow never happened on Windows before, even with such temperatures (which are not very common either).
What can I do about this?
sudo turbostat --debug sleep 10
). – Doug Smythies Feb 28 '17 at 16:29