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

Monitor GPU/CPU usage #265

Open
jcoffland opened this issue Aug 5, 2024 · 3 comments
Open

Monitor GPU/CPU usage #265

jcoffland opened this issue Aug 5, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@jcoffland
Copy link
Member

For Nvidia GPUs use nvml API:
https://docs.nvidia.com/deploy/nvml-api/group__nvmlDeviceQueries.html#group__nvmlDeviceQueries_1gb0ea5236f5e69e63bf53684a11c233bd

AMD solution unknown.

CPU utilization likely OS dependent.

@jcoffland jcoffland added the enhancement New feature or request label Aug 5, 2024
@muziqaz
Copy link
Contributor

muziqaz commented Aug 5, 2024

Ooh, that would be cool, let me ask around if there is something something to be used here for AMD

@muziqaz
Copy link
Contributor

muziqaz commented Aug 5, 2024

https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK

This seems to be quite powerful for AMD.
Still asking around

@muziqaz
Copy link
Contributor

muziqaz commented Aug 5, 2024

https://github.com/ROCm/amdsmi

And PresentMon is worth a look

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

No branches or pull requests

2 participants