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

Adrenalin Charts page does not show all the data #2

Open
memiarz opened this issue Mar 17, 2024 · 1 comment
Open

Adrenalin Charts page does not show all the data #2

memiarz opened this issue Mar 17, 2024 · 1 comment

Comments

@memiarz
Copy link

memiarz commented Mar 17, 2024

Hi,

My hardware.csv log from AMD Adrenalin contains:
-gpu_hotspot_temp
-gpu_voltage
-gpu_mem_util
-cpu_temperature

But Adrenalin Charts doesn't show any of these parameters. What can I do to solve this problem?

@max0x7ba
Copy link
Owner

max0x7ba commented Mar 17, 2024

But Adrenalin Charts doesn't show any of these parameters. What can I do to solve this problem?

Ideally,

  1. You'd modify the source code to enable charts for these new columns. time_series_chart_options variable contains a list of CSV column names along with their display titles. time_series_units variable contains CSV column names and their units. Amend these two variables with your new CSV columns.
  2. Test your changes with your CSVs until it works as expected.
  3. Submit a pull request to integrate your changes and make them available in the next version of this web app.

Maxim

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

No branches or pull requests

2 participants