Created attachment 137130 [details] screenshot SUMMARY CPU of my laptop is intel i3 3110m. https://ark.intel.com/content/www/br/pt/ark/products/65700/intel-core-i3-3110m-processor-3m-cache-2-40-ghz.html According to system monitor sensor, the number of CPUs on my system is zero. See the attached screenshot please. EXPECTED RESULT system monitor sensor should detect the number of CPUs correctly. SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.21.80 KDE Frameworks Version: 5.81.0 Qt Version: 5.15.2 Graphics Platform: Wayland
Can you attach the contents of /proc/cpuinfo?
Created attachment 137132 [details] contents of /proc/cpuinfo
A possibly relevant merge request was started @ https://invent.kde.org/plasma/ksystemstats/-/merge_requests/3
Git commit 8208a1510af95263c7cabd5d01a849018a1e1f99 by Arjen Hiemstra. Committed on 29/04/2021 at 09:17. Pushed by ahiemstra into branch 'master'. Fix off-by-one for cpuCount on Linux cpuCount is based on cpu indices, which means we will be one lower than the actual CPU count. So correct for that. FIXED-IN: 5.22 M +4 -0 plugins/cpu/linuxcpuplugin.cpp https://invent.kde.org/plasma/ksystemstats/commit/8208a1510af95263c7cabd5d01a849018a1e1f99
This bug persists on neon unstable. Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.21.80 KDE Frameworks Version: 5.82.0 Qt Version: 5.15.2 Graphics Platform: X11
ops, fixed with updates installed a few minutes ago. Sorry for noise.