Bug 498507

Summary: CPU usage automatic Y data range % adds 100 for each core
Product: [Applications] plasma-systemmonitor Reporter: madbyte
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: ahiemstra, nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 6.2.5   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: image of the line diagram

Description madbyte 2025-01-10 21:40:37 UTC
Created attachment 177271 [details]
image of the line diagram

***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY
The automatic range shown seems out of range & might show 100 * core % for some reason.

STEPS TO REPRODUCE
1. Open the system monitor
2. Enable Data Ranges > Automatic Y data range (enabled by default)
3. See weird %


OBSERVED RESULT
Y scale shows 1600% for me.

EXPECTED RESULT
Y scale should be at 100 %. Disabling the automatic Y data range option will switch to 100%.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Operating System: Bazzite 41
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.9.0
Qt Version: 6.8.1

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2025-01-13 21:18:58 UTC
That's because the cores' numbers are being combined here, not scaled. There's a separate scaled data source that will have 100% be the top number on the Y axis.