Christian Schärf

Results 6 comments of Christian Schärf

I think it would be most useful to be able to monitor CPU and GPU simultaneously, perhaps in separate `s-tui` instances. Would that be possible/convenient with a configuration option? I...

I would look into this based on the amd_energy driver (https://www.kernel.org/doc/html/v5.8-rc1/hwmon/amd_energy.html). This works at least for Ryzen 3000 series CPUs (I have one of those) but documentation suggests that Ryzen...

Thanks for the interest in this patch! Unfortunately, since kernel 5.8.0-rc6, the `amd_energy` driver performs a more restrictive match for supported CPUs. Therefore, it is necessary to either download the...

@amanusk Unfortunately not, the author of the `amd_energy` driver deliberately introduced this restriction in the mentioned patch citing "inconsistant values" being reported. For kernel 5.9 I have not found any...

The `amdgpu` driver provides a hwmon interface (see https://www.kernel.org/doc/html/latest/gpu/amdgpu.html#hwmon-interfaces) which is also available in `sensors` command. The GPU utilization percentage can be read from `/sys/class/drm/cardX/device/gpu_busy_percent`.

@aristocratos > But if you don't wanna have to deal with design I would recommend you wait till I have finished the nvidia portion and the draw functions (which should...