Vimal Kumar
Vimal Kumar
```c static inline u64 get_on_cpu_cycles(u32 *cpu_id) { u64 delta, val, *prev_val; struct bpf_perf_event_value c; int error; // TODO: Fix Verifier errors upon changing this to bpf_perf_event_read_value error = bpf_perf_event_read(&cpu_cycles_event_reader, *cpu_id);...
@vprashar2929 is this still an issue? Ref: https://github.com/sustainable-computing-io/kepler/issues/1640
what is expected process name in above test?
Cc: @rootfs @marceloamaral
> @vimalk78 thoughts on closing this PR? if community thinks this is not needed, i can close it
Can we add in docs that in developer view only the namespaces visible to the developer will be visible in the powermon dashboard?
> > Can we add in docs that in developer view only the namespaces visible to the developer will be visible in the powermon dashboard? > > @vimalk78 Added your...
@rootfs @sunya-ch need your input here
i mean expose it in `ExporterSpec` ``` apiVersion: kepler.system.sustainable.computing.io/v1alpha1 kind: Kepler metadata: labels: app.kubernetes.io/name: kepler app.kubernetes.io/instance: kepler app.kubernetes.io/part-of: kepler-operator name: kepler spec: exporter: port: 9103 enableCGroupMetrics: true enableKubeletMetrics: true ```...
If you can share a link to new notebook already imported in kaggle i can send a PR to update the link in course page.