kepler
                                
                                
                                
                                    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...
### What would you like to be added? In working on #1398 I found that there are a number of unused eBPF maps. See here: https://github.com/sustainable-computing-io/kepler/blob/main/bpfassets/bcc/bcc.c#L217 That the variable `on_cpu_avg_freq`...
### What would you like to be added? While working on #1390 I fell into a trap. Build tags are currently being used to gate: - bcc - libbpf -...
Reverts sustainable-computing-io/kepler#1393 There seems no need for a PR to add yq. In CI if we have grafana features, which yq installed at https://github.com/sustainable-computing-io/local-dev-cluster/blob/main/main.sh#L190 this covers case which we build...
### What happened? Hi, I am aiming to include this project for my measurements in my thesis, but currently I don't get reliable data from Kepler. Here is my Dashboard:...
### What would you like to be added? - Remove the older bcc probe code - Simplify the `pkg/bpfassets` load code as an interface won't be required - only one...
Bumps [github.com/NVIDIA/go-nvml](https://github.com/NVIDIA/go-nvml) from 0.12.0-1 to 0.12.0-5. Commits 1adb7bb Merge pull request #114 from klueska/add-functionality-to-mock-dgxa100 6895ece Add Mutexes to mock dgxa100 types to avoid concurrent maps reads/writes 5e1cdb1 Return concrete types...
ACPI power meter in hwmon need not always be present in `"/sys/class/hwmon/hwmon2"` This commit fixes this problem by - looking inside each folder in `"/sys/class/hwmon"` - improving the method to...
### What would you like to be added? @rootfs , @marceloamaral , @sunya-ch , recently I noticed project https://github.com/kubernetes-sigs/kwok which > Lightweight: You can [simulate thousands of nodes](https://kwok.sigs.k8s.io/docs/user/kwok-manage-nodes-and-pods/) on your...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.28.2 to 0.30.0. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...
### What happened? Downloaded and installed > https://github.com/sustainable-computing-io/kepler/releases/download/v0.7.9/kepler.rpm.tar.gz On server running * 5.14.0-362.21.1.el9_3.aarch64 * Red Hat Enterprise Linux 9.3 (Plow) 1) kepler_node_dram_joules_total = 0 kepler_node_dram_joules_total{instance="perf-arm-11.perf.eng.bos2.dc.redhat.com",mode="dynamic",package="0",source="intel_rapl"} 0 Ran several memory intensive...