Created attachment 163925 [details] Video of systemmonitor displaying messed up numbers SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. I've not managed to reproduce it OBSERVED RESULT The read and write of disk/all are completely incorrect. It responds with some ridiculous number. For example: 36967422989722450000 This number slightly changes as it should. EXPECTED RESULT Not a number that's that big. SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.90.0 KDE Frameworks Version: 5.246.0 Qt Version: 6.6.1 Kernel Version: 6.6.3-zen1-1-zen ADDITIONAL INFORMATION Both the system monitor program as well as the kstatsviewer cli returns the ridiculous number. I have 2 storage devices connected: nvme0n1 and sda. When running kstatsviewer disk/nvme0n1/(write or read) or disk/sda/(write or read) the response is as expected. Only disk/all is affected. The same is seen in the system monitor, only when using total read or write the issue occurs. nvme0n1 is my M.2 ssd. sda is a usb drive. Detaching sda didn't solve the issue.
After rebooting the issue disappeared, but after a while it started again, but now only the Write speed is affected and instead of 36967422989722450000 something, it's around 270 MiB/s. I've tried multiple times but I cannot consistently replicate the issue.
There was an issue where it would be possible for Plasma 6 System Monitor to use the Plasma 5 KSystemStats, leading to issues like incorrect units. This has now been fixed, can you still reproduce this with Beta 2?
(In reply to Arjen Hiemstra from comment #2) > There was an issue where it would be possible for Plasma 6 System Monitor to > use the Plasma 5 KSystemStats, leading to issues like incorrect units. This > has now been fixed, can you still reproduce this with Beta 2? No I cannot. I've not had the issue with Beta 2. I believe it's fixed.