NvAPIWrapper icon indicating copy to clipboard operation
NvAPIWrapper copied to clipboard

Add support for monitoring power consumption

Open JustAMan opened this issue 2 years ago • 2 comments

I'm too lazy to study how this lib is implemented, so I'll leave it as an issue here.

I've studied thoroughly one of monitoring tools, and I managed to pry from it how to measure power rails, e.g. how much power is consumed from PCI-E slot.

You might want to take a look at JustAMan/pynvraw@d98c7e0

I'm also going to look in the RTSS SDK - they seem to have better understanding of the structures, so I'm going to update my Python lib based on them.

JustAMan avatar Aug 04 '21 08:08 JustAMan

Thanks,

Let me put this URL here as well so that I can take a deeper look into it while implementing this: https://forums.guru3d.com/threads/capframex-osd-with-rtss.429259/page-5

falahati avatar Aug 04 '21 09:08 falahati

Do note that I've updated my repo with what I found in that SDK. Look at https://github.com/JustAMan/pynvraw/tree/a92b3d1a393c67ae3183d11191db5fd633782496

JustAMan avatar Aug 05 '21 10:08 JustAMan