Git Product home page Git Product logo

Comments (7)

varunkumare99 avatar varunkumare99 commented on May 23, 2024 1

Yes, I'm willing to work on this.

from pwru.

varunkumare99 avatar varunkumare99 commented on May 23, 2024

Hi
I'm new to ebpf and pwru.
I would like to work on this.
Any idea on how to begin?
Thanks

from pwru.

brb avatar brb commented on May 23, 2024

@varunkumare99 👋 This would require adding a new flag, and then passing all kernel module names from /sys/kernel/btf/ to the GetFuncs() function. No eBPF knowledge is required. Please let me know if you are willing to work on this, so that I can assign the issue to you.

from pwru.

varunkumare99 avatar varunkumare99 commented on May 23, 2024

I'm unable to run pwru with docker.

sudo docker run --privileged --rm -t --pid=host -v /sys/kernel/debug/tracing:/sys/kernel/debug/tracing cilium/pwru --filter-dst-ip=1.1.1.1

docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/sys/kernel/debug/tracing" to rootfs at "/sys/kernel/debug/tracing": mkdir /var/lib/docker/overlay2/c1572db5282c23f07099badddd4e2eabdc3afddc21f8ebd42be43faf357cd635/merged/sys/kernel/debug/tracing: no such file or directory: unknown.

from pwru.

brb avatar brb commented on May 23, 2024

For posterity, the fix was to run with:

sudo docker run --privileged --rm -t --pid=host -v /sys/kernel/debug/:/sys/kernel/debug/ cilium/pwru --filter-dst-ip=1.1.1.1

from pwru.

varunkumare99 avatar varunkumare99 commented on May 23, 2024

thanks I'm able to run it now.

from pwru.

varunkumare99 avatar varunkumare99 commented on May 23, 2024

I have raised a PR : #109

from pwru.

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.