Bug 446414 - System sensors in Overview page only work when I open System Monitor for the first time after login
Summary: System sensors in Overview page only work when I open System Monitor for the ...
Status: RESOLVED FIXED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (show other bugs)
Version: 5.23.90
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2021-12-03 11:38 UTC by Patrick Silva
Modified: 2022-05-11 10:56 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.24


Attachments
screeen recording (1.91 MB, video/webm)
2021-12-03 11:39 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2021-12-03 11:38:01 UTC
STEPS TO REPRODUCE
1. log in
2. open System Monitor and observe the Networks and System sensors in Overview page working as expected 
3. restart System Monitor

OBSERVED RESULT
Networks and System sensors in Overview page no longer work

EXPECTED RESULT
Networks and System sensors in Overview page should always work

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.3
Graphics Platform: Wayland
Comment 1 Patrick Silva 2021-12-03 11:39:38 UTC
Created attachment 144168 [details]
screeen recording

Please watch the attached screen recording.
Comment 2 Bug Janitor Service 2022-01-27 16:47:45 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libksysguard/-/merge_requests/210
Comment 3 Bug Janitor Service 2022-01-27 16:55:57 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/ksystemstats/-/merge_requests/30
Comment 4 Arjen Hiemstra 2022-02-01 16:09:28 UTC
Git commit f2a09fc6063f279a913916b9fdad9e8227890c2e by Arjen Hiemstra.
Committed on 01/02/2022 at 15:45.
Pushed by ahiemstra into branch 'master'.

Check initial value is valid before resetting in SensorProperty::unsubscribe

This way, we only reset the value if we originally got a valid value.
This allows us to indicate what behaviour we want when constructing the
SensorProperty. Some documentation has been added about that to the
relevant constructor.

M  +3    -1    systemstats/SensorProperty.cpp
M  +13   -0    systemstats/SensorProperty.h

https://invent.kde.org/plasma/libksysguard/commit/f2a09fc6063f279a913916b9fdad9e8227890c2e
Comment 5 Arjen Hiemstra 2022-02-01 16:11:46 UTC
Git commit 953021995c73278f744a0d020341301fdec6fc1f by Arjen Hiemstra.
Committed on 01/02/2022 at 16:11.
Pushed by ahiemstra into branch 'Plasma/5.24'.

Check initial value is valid before resetting in SensorProperty::unsubscribe

This way, we only reset the value if we originally got a valid value.
This allows us to indicate what behaviour we want when constructing the
SensorProperty. Some documentation has been added about that to the
relevant constructor.


(cherry picked from commit f2a09fc6063f279a913916b9fdad9e8227890c2e)

M  +3    -1    systemstats/SensorProperty.cpp
M  +13   -0    systemstats/SensorProperty.h

https://invent.kde.org/plasma/libksysguard/commit/953021995c73278f744a0d020341301fdec6fc1f
Comment 6 Arjen Hiemstra 2022-02-01 16:13:37 UTC
Git commit 40be1b73c06c52073c525cf77934aa8877097e32 by Arjen Hiemstra.
Committed on 01/02/2022 at 15:25.
Pushed by ahiemstra into branch 'master'.

Set proper initial values for many SensorProperties

SensorProperty in libksysguard was changed to reset the value of a
sensor on unsubscribe. However, this caused a number of "static" sensors
to break and only provide their value once. To fix this, SensorProperty
will now only reset the value if a valid initial value was provided.

This changes many SensorProperties to have valid initial values. This
has been applied primarily to sensors that are very volatile and which
provide a different value almost every update, like the various rate
sensors as well as the usage percentage sensors. For these sensors, it
is unlikely thata a historical value makes any sense.

Other sensors, like memory usage, are less volatile and will generally
not vary wildly, so providing a historical value for those seems better
than an empty value.

M  +6    -6    plugins/cpu/cpu.cpp
M  +2    -2    plugins/cpu/freebsdcpuplugin.cpp
M  +3    -3    plugins/cpu/loadaverages.cpp
M  +4    -4    plugins/disks/disks.cpp
M  +1    -1    plugins/gpu/AllGpus.cpp
M  +4    -4    plugins/gpu/GpuDevice.cpp
M  +3    -3    plugins/gpu/LinuxAmdGpu.cpp
M  +4    -4    plugins/network/AllDevicesObject.cpp
M  +5    -5    plugins/network/NetworkDevice.cpp
M  +13   -13   plugins/osinfo/osinfo.cpp
M  +2    -1    plugins/power/power.cpp

https://invent.kde.org/plasma/ksystemstats/commit/40be1b73c06c52073c525cf77934aa8877097e32
Comment 7 Patrick Silva 2022-02-15 17:29:38 UTC
This bug persists with system sensors.

Operating System: Arch Linux
KDE Plasma Version: 5.24.1
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Graphics Platform: Wayland
Comment 8 Arjen Hiemstra 2022-05-11 10:49:11 UTC
Git commit 118c4bdf3b46bf20e93d02bdc4470eac1fa80baa by Arjen Hiemstra.
Committed on 11/05/2022 at 10:49.
Pushed by ahiemstra into branch 'Plasma/5.24'.

Set proper initial values for many SensorProperties

SensorProperty in libksysguard was changed to reset the value of a
sensor on unsubscribe. However, this caused a number of "static" sensors
to break and only provide their value once. To fix this, SensorProperty
will now only reset the value if a valid initial value was provided.

This changes many SensorProperties to have valid initial values. This
has been applied primarily to sensors that are very volatile and which
provide a different value almost every update, like the various rate
sensors as well as the usage percentage sensors. For these sensors, it
is unlikely thata a historical value makes any sense.

Other sensors, like memory usage, are less volatile and will generally
not vary wildly, so providing a historical value for those seems better
than an empty value.


(cherry picked from commit 40be1b73c06c52073c525cf77934aa8877097e32)

M  +6    -6    plugins/cpu/cpu.cpp
M  +2    -2    plugins/cpu/freebsdcpuplugin.cpp
M  +3    -3    plugins/cpu/loadaverages.cpp
M  +4    -4    plugins/disks/disks.cpp
M  +1    -1    plugins/gpu/AllGpus.cpp
M  +4    -4    plugins/gpu/GpuDevice.cpp
M  +3    -3    plugins/gpu/LinuxAmdGpu.cpp
M  +4    -4    plugins/network/AllDevicesObject.cpp
M  +5    -5    plugins/network/NetworkDevice.cpp
M  +13   -13   plugins/osinfo/osinfo.cpp
M  +2    -1    plugins/power/power.cpp

https://invent.kde.org/plasma/ksystemstats/commit/118c4bdf3b46bf20e93d02bdc4470eac1fa80baa
Comment 9 Arjen Hiemstra 2022-05-11 10:56:42 UTC
Turns out this was correctly fixed on master and I simply forgot to cherry-pick the relevant commit in KSystemStats to 5.24.