falahati/NvAPIWrapper

Detailed power information

DevTechProfile opened this issue · 3 comments

HWiNFO now supports Detailed power information.

grafik

Any plans to implement that?

Well I don't know of any method in NvAPI that gives this many details. All methods related to power consumption are already part of the wrapper. If you know of any private method that is missing I might be able to add it; otherwise, HWiNFO probably has another source for this information.

They are likely using NVML, which can get detailed information such as this. That would require an entirely new (And freakishly huge) wrapper.

https://docs.nvidia.com/deploy/nvml-api/group__nvmlUnitQueries.html#group__nvmlUnitQueries_1ga1b4882799bffff6ea3e14b043061df5

nvmlUnitGetPsuInfo

They can retrieve the power state of each unit in device with API.