Bug 444072 - Request: make resource monitoring widgets show a history
Summary: Request: make resource monitoring widgets show a history
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Monitor widgets (show other bugs)
Version: 5.23.0
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-20 01:51 UTC by David
Modified: 2021-10-20 16:34 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David 2021-10-20 01:51:53 UTC
SUMMARY
All the resource consumption widgets show a filling circular bar with the current usage in the last second. When monitoring resource usage, one usually wants to see a short history of how this usage has changed over time. Unofficial widgets such as the one below can do it and fit nicely within a plasma panel:
https://github.com/kotelnik/plasma-applet-resources-monitor

But would be nice if the built-in widgets could also show a short history of what happened in the last couple seconds (especially since now plasma has deprecated the monitoring library that the other widgets relied upon).

In short, it would require changing from a filling cirucular bar to a vertically-rotating horizontal bar like the ones that used to show up in ksysguard.
Comment 1 Arjen Hiemstra 2021-10-20 16:00:24 UTC
There's plenty of users that want to only see the current state and don't require history. That said, you can change the display style on the "Appearance" tab of the widget configuration. The line chart display style will do exactly what you request here.
Comment 2 David 2021-10-20 16:34:25 UTC
(In reply to Arjen Hiemstra from comment #1)
> There's plenty of users that want to only see the current state and don't
> require history. That said, you can change the display style on the
> "Appearance" tab of the widget configuration. The line chart display style
> will do exactly what you request here.

Not quite. That makes it show the information **once it is clicked**, and not in aggregate like the one in the link does.