Results 26 comments of René Ribaud

Hello, First thank you writing this lib this is really useful. I'm a contributor of the scaphandre project (https://github.com/hubblo-org/scaphandre) and we use procfs. The project currently uses version 0.8.1. and...

@ktrysmt thx. In fact the underlying question is will you accept PR that will change the behavior of these methods ? If yes we (@Xx-Parks-xX and I) will open a...

First a short disclaimer, I used openstack a lot. But it was ~4 years ago. As a lot of FLOSS software it has evolved and I have not followed it....

I raised the point to the Openstack PTG for Zed release: https://etherpad.opendev.org/p/nova-zed-ptg (look for Scaphandre)

Hello, I did a couple of investigations on this topic. There is a wrapper of nvml library written in Rust here: https://crates.io/crates/nvml-wrapper so getting info from an Nvidia board looks...

Hello @demeringo, Thank you really much this is really helpful. Sorry I knew about the missing `libnvidia-ml.so`, but forget to mention it in the previous post. 14W idle for such...

> However, it seem that power-draw might not be supported by some cards :( @mindrunner, yes we have the same issue, I have a 1050 (not Ti) on my laptop...

@demeringo , > Yes, this would be perfect, I can setup different public cloud servers for testing during a limited time... but I lack rust skills to do the integration......

@mindrunne, thank you. This is really helpful. I think 1050 is entry level hardware, so maybe that's the reason why there is no power sensor. Or maybe there is one...

Hello @itwars thank you. In fact all these solutions rely on nvml library from Nvidia and the appropriate driver and hardware. The rust nvml wrapping library (https://crates.io/crates/nvml-wrapper) is working very...