Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Display stats in the client area #6

Open
evrifaessa opened this issue Nov 3, 2022 · 5 comments
Open

[Feature Request] Display stats in the client area #6

evrifaessa opened this issue Nov 3, 2022 · 5 comments

Comments

@evrifaessa
Copy link
Member

No description provided.

@Anuril
Copy link
Collaborator

Anuril commented Sep 20, 2023

What Kind of stats are you thinking about?

I'm thinking:

  • Network Traffic In & Out?
  • Uptime stats
  • Disk Space Usage
  • Backup Space usage (Later)

@tobsowo
Copy link

tobsowo commented Sep 20, 2023

  • Memory Usage
  • Disk Usage
  • Traffic In/Out
  • CPU Usage
  • Load Usage
  • Uptime

Others that can be on the dashboard:

  • Local and Public IP v4&v6
  • OS and kernel version

@Anuril
Copy link
Collaborator

Anuril commented Sep 20, 2023

What frequency do you think? Memory & CPU Load are very dynamic and I don't think they make sense to do "live" because of all the requests that would need to be sent to the API.
Local & Public IP => Yes, possible
OS & Kernel Version: Only for LXC, because for QEMU it would require information from QEMU Agent. I can look into the possibility to do it if the info is available via the PVE API.

@tobsowo
Copy link

tobsowo commented Sep 20, 2023

A graph can work for the memory and CPU load it my not be near real time information but can easily see how much the server is performing.

@Anuril
Copy link
Collaborator

Anuril commented Sep 20, 2023

Yeah, that can work, but for that we'd need to have access to the metrics. SQL isn't the perfect way to store a lot of metrics, so I'm inclined to just build an integration of a grafana dashboards or something like that. In any case, this will be after 0.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 0.2.0
Development

No branches or pull requests

3 participants