-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Server stats details #983
Description
Description
I understand the server stats widget is a work in progress at the moment but I suppose I can still submit this feature request for it.
The server stats widget is useful, but also a bit lacking with the current display, I know the details are available on hover but that's not too user friendly.
Having only general CPU, RAM and Disk is ok, but for people that would like some more information, would be nice if the stats could be displayed detailed instead of condensed into the bars.
On that note, also having network activity in the widget would be nice.
I can't think of any downside, as the detailed display would be configurable.
The FAQ says data is only obtained when loading a page, but other widgets dynamically update where it makes sense.
I think a widget like the server stats would benefit from fetching information live (with a configurable interval, also could be disabled if the auto update is not desired), to be able to monitor the stats live, not sure if this is something the project would be open to do though.
Also if an auto-refresh option were to be added, it could be made to stop fetching new data if the tab where the glance app is, is not visible.
Also I'd like to note that I could probably work on this feature request if there interest in having this feature added.