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

Support Intel GPU metrics similar to nvtop #390

Open
2 tasks done
kaidelorenzo opened this issue Dec 19, 2023 · 0 comments
Open
2 tasks done

Support Intel GPU metrics similar to nvtop #390

kaidelorenzo opened this issue Dec 19, 2023 · 0 comments
Labels
feature New feature or request

Comments

@kaidelorenzo
Copy link

kaidelorenzo commented Dec 19, 2023

Has this issue been covered in the Wiki?

  • I have read the Wiki and my issue is not covered.

Is there an existing issue reported already?

  • I have searched the existing issues, it does not exist.

Describe the new feature you would like

It would be useful if the extension displayed GPU load and frequency usage for Intel GPUs.

Additional context

I know this gets requested a lot, but in the case of Intel GPUs there are some details exposed in the kernel:

/sys/class/drm/card1/gt*: has GPU clock information
^ this can also be read through udev

usage can be computed from active process time on the GPU

nvtop has an implementation of both of these

nvtop Intel support

There is a similar issue for AMD GPUs #124

Obviously this will all be easier and more feature complete when Intel adds more details into the kernel

@kaidelorenzo kaidelorenzo added the feature New feature or request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant