olivier de Meringo

Results 31 comments of olivier de Meringo

Makes me think of https://github.com/hubblo-org/scaphandre/issues/137

@bpetit , maybe we could add dependabot.yml file ? It automates the creation of PR related to dependencies updates. It will not fix everything automatically as it still depend on...

Hi, this is neat ! Your feedback triggered my curiosity to test nvml-wrapper on an AWS EC2 instance that uses nvidia GPU. _Disclaimer: my knowledge or experience of GPU or...

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... so if you...

My -limited- understanding is that we should sum CPU + DRAM to approximate the host consumption without considering display a.s.o, What I understand from the docs or discussions is that...

The following diagram gives a clear view of RAPL domains. https://raw.githubusercontent.com/powerapi-ng/pyJoules/master/rapl_domains.png It also indicates that `uncore` domain corresponds to the integrated GPU. Source: [Powerapi-ng/pyJoules](https://github.com/powerapi-ng/pyJoules) project documentation https://github.com/powerapi-ng/pyJoules/blob/master/README.md#rapl-domain-description

Hi, This is interesting but I am not sure how to qualify `lowest` possible, particularly for CPU, nor how we could have a kind of reference scenario. Would that mean...

Hello, @fvaleye, do you plan to use Scaphandre in tracarbon ?

Hi, I believe getting config from environment variables may be a related topic. As far as i can read rust (not much yet ;-)) I understand that scaphandre uses clap...

It seems that OpenMetrics format recommends (_SHOULD_ in the spec) that we escape backslashes https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#escaping. It means replacing '\' by '\\' when formatting the metric. We only do it for...