You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: