pidusage icon indicating copy to clipboard operation
pidusage copied to clipboard

Add (optional) GPU usage stats?

Open thw0rted opened this issue 4 years ago • 0 comments

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.

thw0rted avatar May 24 '21 11:05 thw0rted