[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2023-01-26 Thread Arjen Hiemstra
https://bugs.kde.org/show_bug.cgi?id=448626 Arjen Hiemstra changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-07-08 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448626 --- Comment #9 from postix --- I meant of course ``` if (tickDiff < totalDiff && tickDiff > 0) { ``` -- You are receiving this mail because: You are watching all bug changes.

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-07-08 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448626 --- Comment #8 from postix --- Maybe a saver check would be ``` if (tickDiff > totalDiff && totalDiff > 0) { return 100.0 * tickDiff / totalDiff; } return 0.0; ``` -- You are receiving this mail because: You are

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-07-08 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448626 postix changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-02-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448626 Nate Graham changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-02-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448626 Nate Graham changed: What|Removed |Added Version Fixed In||5.24.1 Status|ASSIGNED

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-02-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=448626 Bug Janitor Service changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-02-03 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448626 postix changed: What|Removed |Added Attachment #146237|0 |1 is obsolete||

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-02-03 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448626 --- Comment #2 from postix --- Created attachment 146237 --> https://bugs.kde.org/attachment.cgi?id=146237=edit Plot 1 (In reply to Arjen Hiemstra from comment #1) > Can you run `watch -n 0.5 cat /proc/stat` and see if the values jump back at >

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-02-03 Thread Arjen Hiemstra
https://bugs.kde.org/show_bug.cgi?id=448626 --- Comment #1 from Arjen Hiemstra --- CPU usage is calculated by reading `/proc/stat` and subtracting the previous value from the current value. The sudden large value suggests that suddenly the new value is less than the previous value, which would

[plasma-systemmonitor] [Bug 448626] When slowly copying files via KIO sometimes CPU spikes to non-sense values for a fraction of a second

2022-01-16 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448626 postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail