public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [RFC datacenter-manager 0/5] show uptrending datastores in dashboard panel
@ 2025-10-27 14:25 Christian Ebner
  2025-10-27 14:25 ` [pdm-devel] [RFC datacenter-manager 1/5] pdm-api-types/ui/resources: rename and bump PBS datastore high-usage Christian Ebner
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christian Ebner @ 2025-10-27 14:25 UTC (permalink / raw)
  To: pdm-devel

This patch series drafts a possible compromise for datastore usage
statistics, when accumulated into the PBS datastore dashboard panel.

Instead of splitting the usage statistics into high and critical
levels, only show datastores as critical with over 95% of storage
usage and show datastores which are estimated to be full in the near
future (arbitrarily set to 1 week for this RFC version).

This approach provides a clear distinction between the current usage
values and estimated full values, which might be harder to comprehend
if intermangled.

What makes me a bit hesitating (therefore sending this as RFC) is that
the estimated full is rather inprecise as the used linear regression
is only able to give a rough estimate at best. Further, it is
calculated based on monthly average RRD usage data, so it is
insensitive to rather quick changes, which however might be more
important for this.

Christian Ebner (5):
  pdm-api-types/ui/resources: rename and bump PBS datastore high-usage
  pdm-api-types: extend datastore resources by optional estimated full
  server: resources: account for datastores with upwards usage trend
  ui: dashboard: show datastores with upwards trend in stats panel
  pdm-api-types: calculate upwards trending datastore usage property

 lib/pdm-api-types/src/resource.rs        | 32 +++++++++++++++++++-----
 server/src/api/resources.rs              | 24 +++++++++++++++---
 ui/src/dashboard/pbs_datastores_panel.rs | 20 ++++++++++-----
 3 files changed, 61 insertions(+), 15 deletions(-)

-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-27 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-27 14:25 [pdm-devel] [RFC datacenter-manager 0/5] show uptrending datastores in dashboard panel Christian Ebner
2025-10-27 14:25 ` [pdm-devel] [RFC datacenter-manager 1/5] pdm-api-types/ui/resources: rename and bump PBS datastore high-usage Christian Ebner
2025-10-27 14:25 ` [pdm-devel] [RFC datacenter-manager 2/5] pdm-api-types: extend datastore resources by optional estimated full Christian Ebner
2025-10-27 14:25 ` [pdm-devel] [RFC datacenter-manager 3/5] server: resources: account for datastores with upwards usage trend Christian Ebner
2025-10-27 14:25 ` [pdm-devel] [RFC datacenter-manager 4/5] ui: dashboard: show datastores with upwards trend in stats panel Christian Ebner
2025-10-27 14:25 ` [pdm-devel] [RFC datacenter-manager 5/5] pdm-api-types: calculate upwards trending datastore usage property Christian Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal