Eero Tamminen
Eero Tamminen
* Version of collectd: collectd-6.0 git * Operating system / distribution: Fedora 38 ## Steps to reproduce * Prepare `config.h`: `./configure ` * build (most of) collectd core files with...
* Version of collectd: `main` HEAD * Operating system / distribution: F38 ## plugins listed by `configure`, but not by README - check_uptime - target_v5upgrade - mdevents - netstat_udp -...
* Version of collectd: `main` branch HEAD * Operating system / distribution: F38 ## Expected behavior Code compiles without warnings even with stricter options. ## Actual behavior Large number of...
* Version of collectd: v6 HEAD, v5 HEAD ## Steps to reproduce `grep UINT_MAX src/disk.c` ## Expected output Correct max value used in wrap up calculations. ## Actual output Both...
**Problem** Compute-runtime Xe KMD support does not actually work with Xe KMD, it asserts **Details** When building kernel from Xe repo default "drm-xe-next" branch (yesterday HEAD commit): https://gitlab.freedesktop.org/drm/xe/kernel With Xe...
While latest release version (23.05.25593.9) works fine, building Git head version of `zello_sysman`: `g++ -O2 -Wall -o zello_sysman zello_sysman.cpp -lze_loader -locloc` Fails to following errors: ``` zello_sysman.cpp: In function 'void...
Currently building L0 programs give "mystery" errors if system L0 headers are not new enough. It would be much user-friendlier if `ze_api.h` would include defines that can be used to...
In my own project, I've mocked every Sysman call used, so that I can verify code handling properly any of them working or erroring: https://github.com/collectd/collectd/blob/collectd-6.0/src/gpu_sysman_test.c But it would be nice...
Updating Kubernetes scheduler config using the script & (GAS) config in this repo, breaks Kubernetes 1.26 config: `./telemetry-aware-scheduling/deploy/extender-configuration/configure-scheduler.sh -f ./gpu-aware-scheduling/deploy/extender-configuration/scheduler-config-tas+gas.yaml` It messed up the last volume specification in the config...
After there's support for graphing tracepoints (#180), whole system and per-context FPS can be graphed by adding ftrace uprobe tracepoints to suitable functions in user space libraries. I can provide...