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

### What would you like to be added? As mentioned [here](https://github.com/sustainable-computing-io/kepler/pull/1238#discussion_r1496411654), using standalone mode requires `hostNetwork` and install `nv-hostengine` on each node. ### Why is this needed? Using `embedded` will...

kind/feature

### What happened? We are interested in running Kepler on an ARM Ampere Altra Max machine (BM). We managed to successfully build the Kepler image from the Dockerfiles available in...

kind/bug

Bumps [github.com/containerd/cgroups/v3](https://github.com/containerd/cgroups) from 3.0.2 to 3.0.3. Release notes Sourced from github.com/containerd/cgroups/v3's releases. v3.0.3 What's Changed NewSystemd handles UnitExists when starting units by @​mmerkes in containerd/cgroups#290 makefile fixes by @​metux in...

dependencies
go

Hi I have problem to make kepler working properly Subsystem is EKS-A OS Ubuntu 20.04 In grafana I see very high non realistic values root@server3:~/tsis/kepler/kepler# kubectl logs kepler-exporter-p46rb -n kepler...

### What would you like to be added? The current GPU power attribution is based on SM utilization. It doesn't account for memory usage. We should consider both factors. ###...

kind/feature

### Which document would you like to address? The text for releases. ### What is the issue? As of now, releases have no text at all explaining the changes between...

kind/documentation
pinned

1) capture idle power model characteristics 2) attribute idle power to processes in a fair and accurate manner (evenly divided/resource request weighted) 0.5 release

kind/feature

### What would you like to be added? Currently, Kepler can only recognize the power of VM when it is launched by Libvirt. (The limitations of code implementation) Find an...

kind/feature

### What happened? I have a workload that runs on the realtime kernel, and previously was using cgroup metrics in Kepler for estimating energy consumption. With that workload back in...

kind/bug