Daniel Hodges

Results 8 issues of Daniel Hodges

Initial implementation of #303.

Decibels aren't part of SI units, bu it would be nice to support them within this library. Is this something that would be acceptable to include in this library?

See the comment in this [diff](https://github.com/gentoo/gentoo/pull/21668#discussion_r671270144), generated license `Apache-2.0 WITH LLVM-exception` should be `Apache-2.0-with-LLVM-exceptions`.

This changes the perf collector to handle partial failures even better by checking the `HasProfilers` method on the various profilers interfaces. The configuration of the profiler interfaces have changed so...

This [line](https://github.com/tschellenbach/Stream-Framework/blob/master/stream_framework/settings.py#L31) blows up and should be changed to ``` python except Exception as e: ```

This change adds support for reading from model specific registers (MSRs) that are CPU/architecture dependent. An example using a MSR from the [AMD processor handbook](https://www.amd.com/system/files/TechDocs/40332.pdf): ``` sudo ./node_exporter --collector.perf --collector.perf.msr...

## Background I work in an environment where we used a clustered database setup where there are replicas in use. The replicas are used in different ways such as bulk...

enhancement

This change uses https://docs.rs/blight/latest/blight/struct.Device.html#method.sweep_write for adjusting brightness as well as reusing the `Device`. This should resolve #12.