-
Updated
Jan 11, 2022 - Go
bpf
Here are 186 public repositories matching this topic...
-
Updated
Jan 10, 2022 - C
-
Updated
Jan 4, 2022
-
Updated
Jan 7, 2022 - C
-
Updated
Jan 10, 2022 - C
At the moment of writing this issue, kubectl trace only supports X86-64 as target architecture.
The tool should be able to schedule bpftrace programs against all the architectures supported by bpftrace, that are X86-64 and arm64 (aarch64) see the Cmake definition.
To achieve that we n
Currently we have just one type of docs which are "reference" documentation. We should add a "how-to/tutorials" section with goal-driven content. We can start by drawing already available content:
https://blog.aquasec.com/kubernetes-runtime-security-ebpf
https://blog.aquasec.com/tracee-runtime-malware-alerts-aqua-postee
https://blog.aquasec.com/runtime-security-tracee-rules
https://github.co
-
Updated
Jan 4, 2022 - Go
-
Updated
Aug 17, 2021 - Go
kinvolk/inspektor-gadget#163 introduced support for a new hook mode based on NRI (Node Resource Interface). Currently this mode only works if the user explicitly pass the --hook-mode=nri option and it's not considered when --hook-mode=auto is used.
Inspektor Gadget should detect if containerd v1.5+ is used as runtime and set HOOK_MODE="podinformer" in the followin
-
Updated
Jan 8, 2022 - Rust
-
Updated
Jan 10, 2022 - Rust
-
Updated
Sep 7, 2021 - Rust
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)?
CPU usage, PPS, latencies, etc.
Tasks:
- Explain current structure for system tests
- How to add new test?
- How to check coverage?
- How to integrate newly added test in the overall system test so that it can run as part of CI/GH-action?
Expected Output:
- document explaining above with sample test
-
Updated
Jan 6, 2022 - C
nhi currently supports only systemd
All tools from bpfcc/libbpf-tools project should be portable to libbpfgo if libbpfgo supported all features present in libbpf.
This can be a good source of supportability, tests and tools.
Initial suggestion is to bring:
- bindsnoop
- biolatency
- biopattern
and then move on with the list.
We can sync .bpf.c portion of
Improve this page
Add a description, image, and links to the bpf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bpf topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I fiddled around with
bpftraceto write internal documentation for my colleagues on how to use it. I chosetracepoint:syscalls:sys_enter_mkdiras a suitable tracepoint for a simple demo, and wrote this code: