kepler icon indicating copy to clipboard operation
kepler copied to clipboard

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and...

Results 227 kepler issues
Sort by recently updated
recently updated
newest added

Bump up to golang 1.21 _Originally posted by @SamYuan1990 in https://github.com/sustainable-computing-io/kepler/pull/924#discussion_r1327891431_

pinned

### What would you like to be added? Since kepler is already in the context switch tracepoint, we can add the number of context switches of a process to the...

kind/feature
wontfix

Bumps [github.com/NVIDIA/go-nvml](https://github.com/NVIDIA/go-nvml) from 0.12.0-1 to 0.12.0-3. Commits 7d03741 Merge pull request #104 from ArangoGutierrez/ghactions 6d11ae6 Merge pull request #105 from klueska/init-refcount a0e9de3 Add a refcount to dl load() and close()...

dependencies
go

Currently our CI logic is just based on pr or push. hence when we making changes on dockerfile or CI as base image github action, the test is not triggered,...

pinned

### What happened? https://github.com/sustainable-computing-io/kepler/issues/1153 caused some issue , we should enable this in the CI in order to make sure it's not break ### What did you expect to happen?...

medium

### What happened? The measured consumption for the kernel is much too high, beyond what the machine is physically capable of. ![grafik](https://github.com/sustainable-computing-io/kepler/assets/115154710/8e1f34a7-9189-46c1-9840-7aafd70c980f) ### What did you expect to happen? Correct...

kind/bug

### What would you like to be added? Document covering about the instructions of integrating Telegraf in Kepler where both of them can point to the same instance of the...

kind/feature

Hello I have been using Kepler for some time and it has worked fine, however, due to some external reasons, I had to move from Prometheus + Grafana stack into...

For deployment integration, evaluate the architecture of metrics -> telemetry adapter For API integration, evaluate telemetry client scalability in kepler

kind/feature

### What would you like to be added? Here is the [current implementation](https://github.com/sustainable-computing-io/kepler/blob/main/pkg/model/estimator/local/ratio.go#L168). It takes into account of all the GPU power from every devices and attributes regardless of their...

kind/feature