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

How can I get other stats from the API? #20

Open
ax00b3 opened this issue May 27, 2021 · 0 comments · May be fixed by #26
Open

How can I get other stats from the API? #20

ax00b3 opened this issue May 27, 2021 · 0 comments · May be fixed by #26

Comments

@ax00b3
Copy link

ax00b3 commented May 27, 2021

Currently the output looks like:

[{'index': '0',
  'mem_total': 8119,
  'mem_used': 7881,
  'mem_used_percent': 97.06860450794433,
  'type': 'GeForce GTX 1070',
  'uuid': 'GPU-3aa99ee6-4a9f-470e-3798-70aaed942689'}]

Is there a way to include more stuff gpu temperature or load like so?

[{'index': '0',
  'load': '20%',
  'temperature': '35°C'
  'mem_total': 8119,
  'mem_used': 7881,
  'mem_used_percent': 97.06860450794433,
  'type': 'GeForce GTX 1070',
  'uuid': 'GPU-3aa99ee6-4a9f-470e-3798-70aaed942689'}]
@msaroufim msaroufim linked a pull request Dec 7, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant