GithubHelp home page GithubHelp logo

Comments (5)

rootfs avatar rootfs commented on May 29, 2024

I suspect kindnetd is in a different pid namespace (i.e. pid 18005, seen by kepler ebpf may be different when kepler userspace runtime reads from its /proc namespace).

from kepler.

jichenjc avatar jichenjc commented on May 29, 2024

I suspect kindnetd is in a different pid namespace (i.e. pid 18005, seen by kepler ebpf may be different when kepler userspace runtime reads from its /proc namespace).

ok, I might need some guide on how the pod energy is actually calculated
I know we have ebpf, we have cgroup data, what's the formula to do the calcuation?
e.g some record should be in cgroup data first then find corresponding record in ebpf?

@rootfs

from kepler.

rootfs avatar rootfs commented on May 29, 2024

the current formula uses ratio based method. If enabled, there is also a model based dynamic power estimate

You'll find the energy calculation is done here on the pods

from kepler.

rootfs avatar rootfs commented on May 29, 2024

some record should be in cgroup data first then find corresponding record in ebpf?

ebpf gets the info associated with the running process: cgroup id, pid, cpu runtime, perf counters, etc. This info is coupled with userspace info collected from sysfs and feed into the energy estimate formula to get the pod energy.

from kepler.

jichenjc avatar jichenjc commented on May 29, 2024

indeed, previously I used
BM => VM => docker (kind) => k8s
now I switched to
BM => VM => k8s

it's much better now, will check all the links you provided, thanks

from kepler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.