[PR #46] [MERGED] Improve ressources graphs #94

Closed
opened 2026-03-02 15:47:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PegaProx/project-pegaprox/pull/46
Author: @aderumier
Created: 2/10/2026
Status: Merged
Merged: 2/15/2026
Merged by: @mkellermann97

Base: mainHead: graph-chartjs


📝 Commits (3)

  • 408ddb7 convert vms ressources graphs from svg to chartjs
  • b0f3fff add pressure stall graphs (CPU/Mem/IO) and fix backend RRD filtering
  • 580500a convert node performance metrics from svg to chart.js and add PSI graphs

📊 Changes

2 files changed (+426 additions, -205 deletions)

View changed files

📝 pegaprox_multi_cluster.py (+42 -0)
📝 web/index.html.original (+384 -205)

📄 Description

This patch serie convert graphs from svg image to client side graphjs rendering.

allow hover tooltip on graph points,multiple values on same graph, and other advanced graph stuff.

vm ressources graphs:

image

Also add missing pressure graphs for pve9. (pressure graphs are hidden for older pve8 when no values are sent)

image

host ressources graphs:

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/PegaProx/project-pegaprox/pull/46 **Author:** [@aderumier](https://github.com/aderumier) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/15/2026 **Merged by:** [@mkellermann97](https://github.com/mkellermann97) **Base:** `main` ← **Head:** `graph-chartjs` --- ### 📝 Commits (3) - [`408ddb7`](https://github.com/PegaProx/project-pegaprox/commit/408ddb7e726ba9299475d0dca209811212baff8a) convert vms ressources graphs from svg to chartjs - [`b0f3fff`](https://github.com/PegaProx/project-pegaprox/commit/b0f3fff264423333cfa7ff3b8b8b9830297bd117) add pressure stall graphs (CPU/Mem/IO) and fix backend RRD filtering - [`580500a`](https://github.com/PegaProx/project-pegaprox/commit/580500a46e5bc100aa939378f4fd85b11b0052b7) convert node performance metrics from svg to chart.js and add PSI graphs ### 📊 Changes **2 files changed** (+426 additions, -205 deletions) <details> <summary>View changed files</summary> 📝 `pegaprox_multi_cluster.py` (+42 -0) 📝 `web/index.html.original` (+384 -205) </details> ### 📄 Description This patch serie convert graphs from svg image to client side graphjs rendering. allow hover tooltip on graph points,multiple values on same graph, and other advanced graph stuff. vm ressources graphs: <img width="877" height="686" alt="image" src="https://github.com/user-attachments/assets/179d32bf-b913-4bec-be9f-053cb8d83443" /> Also add missing pressure graphs for pve9. (pressure graphs are hidden for older pve8 when no values are sent) <img width="877" height="686" alt="image" src="https://github.com/user-attachments/assets/cab72fa4-aae0-4c95-9637-f0269229277e" /> host ressources graphs: <img width="1154" height="864" alt="image" src="https://github.com/user-attachments/assets/e8f7f1c6-b8fb-4e99-a844-40e0f838be5e" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:47:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/project-pegaprox-PegaProx#94
No description provided.