New answers tagged cpu
16
votes
Accepted
How to do AMD CPU microcode update (not BIOS update)?
The amd64-microcode package hasn’t been updated to include the latest releases. To update your microcode to the latest cersions, you can replace the files in the package:
Clone the upstream ...
1
vote
Determine which are P-cores/E-cores (Intel CPU)
If /sys/devices/cpu_core/cpus and /sys/devices/cpu_atom/cpus exist on your system, they're lists of core numbers for P and E cores respectively. (Linux should get this info by checking CPUID leaf ...
0
votes
Determine which are P-cores/E-cores (Intel CPU)
Please note that Core Ultra on Desktop/Series 2 on mobile lacks SMT, above answers are ONLY accurate to Core Ultra first gen (like yours) and older (perhaps AI generated?)
Using lscpu -e, you will see
...
2
votes
Determine which are P-cores/E-cores (Intel CPU)
Using lscpu as other answers have suggested is unreliable as it relies on the assumption that P-cores are always SMT capable, E-cores are never SMT capable, and SMT is enabled (which may not be the ...
3
votes
Determine which are P-cores/E-cores (Intel CPU)
When I wrote the answer, I was in a hurry and overlooked the WSL part!
With WSL2, you get a virtualized view similar to VMware, but much closer to the actual hardware, though it may mask certain ...
1
vote
Determine which are P-cores/E-cores (Intel CPU)
From, https://stackoverflow.com/a/71282744, Check:
lscpu --all --extended
Now, look at the CPU column and CORE column. For example:
CPU 0 and CPU 1 belong to CORE 0. Therefore, CORE 0 is a P-core ...
Community wiki
Top 50 recent answers are included
Related Tags
cpu × 872linux × 272
process × 92
kernel × 73
top × 69
cpu-frequency × 69
ubuntu × 55
cpu-usage × 52
performance × 51
linux-kernel × 50
temperature × 45
hardware × 44
debian × 42
memory × 42
intel × 40
monitoring × 27
power-management × 27
centos × 25
proc × 24
scheduling × 24
virtual-machine × 22
x86 × 20
shell-script × 19
amd × 19
load × 19