Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

General - Add resource monitor #57

Closed
ReenigneArcher opened this issue Apr 26, 2022 · 1 comment
Closed

General - Add resource monitor #57

ReenigneArcher opened this issue Apr 26, 2022 · 1 comment
Assignees
Labels
added This feature has been added and will be available in the next release.

Comments

@ReenigneArcher
Copy link
Member

I would like to add a basic resource monitor the web ui of RetroArcher. The idea is to be something similar to what is shown in Plex's dashboard, but with relevant information related to RetroArcher.

Option 1:
Plotly

Option 2:
Pygal can help us generate the graphics as svg. These are interactive... Individual lines can be toggled on and off. Additionally you can hover over a point of interest to see the exact value.

image

This is a basic tutorial for using pygal. Note that the javascript file urls need to be changed to 'github.io' instead of 'github.com'. https://towardsdatascience.com/interactive-data-visualization-in-python-with-pygal-4696fccc8c96

And from the pygal documentation; how to embed directly in the html code

@ReenigneArcher ReenigneArcher self-assigned this Apr 26, 2022
@ReenigneArcher ReenigneArcher added the added This feature has been added and will be available in the next release. label May 17, 2022
@github-actions
Copy link
Contributor

This feature has been added and will be available in the next release.

@ReenigneArcher ReenigneArcher mentioned this issue Feb 13, 2023
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
added This feature has been added and will be available in the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant