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

Add (optional) GPU usage stats? #131

Open
thw0rted opened this issue May 24, 2021 · 0 comments
Open

Add (optional) GPU usage stats? #131

thw0rted opened this issue May 24, 2021 · 0 comments

Comments

@thw0rted
Copy link

I'd like to know GPU usage for a given process, ideally as a percentage similar to CPU. In Windows, this is possible by accessing the "Utilization Percentage" Performance Counter, though I'm not sure how to do that with wmic rather than PowerShell. On *nix, it looks like there are proprietary commands for each vendor (ugh).

I assume that including this information would significantly increase the time required to return results so it would probably be better behind a flag in the options-object. It also sounds like it would be pretty complex to implement, given the lack of standardized tooling. Still, it'd be nice to have.

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

No branches or pull requests

2 participants