gobpf
Go bindings for creating BPF programs. (by iovisor)
goebpf
Library to work with eBPF programs from Go (by dropbox)
gobpf | goebpf | |
---|---|---|
2 | 3 | |
2,163 | 1,147 | |
0.6% | 0.1% | |
0.0 | 2.4 | |
over 1 year ago | about 1 year ago | |
C | Go | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gobpf
Posts with mentions or reviews of gobpf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-10.
-
eBPF Documentary
This [1] makes me think gobpf uses C bindings to bcc, so golang does not compile to eBPF, bcc does.
[1] - https://github.com/iovisor/gobpf/tree/master/bcc
-
Simple XDP Firwall with Golang
gobpf by iovisor which provides go bindings for the bcc framework as well as low-level routines to load and use eBPF programs from .elf files.
goebpf
Posts with mentions or reviews of goebpf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-01.
-
Wanted computer science, got accepted for cyber security
Currently I'm a Site Reliability Engineer at Dropbox but I definitely do things that are more typically done by software engineers in addition to SRE things. Obviously most of my work is under NDA, but here's a cool example of something I did this past year that I can actually talk about, high performance traffic measurement by IP address class. This is a good example of a real world task where CS theory is only part of the picture. Most of this project was systems (understanding Linux and its Traffic Control stack) and networking (understanding how to dissect and parse IP packets).
-
Simple XDP Firwall with Golang
goebpf by Dropbox - A nice and convenient way to work with eBPF programs / perf events from Go.
- Has anyone had any luck with Ebpf libraries?
What are some alternatives?
When comparing gobpf and goebpf you can also consider the following projects:
xdp-firewall-tutorial - Drop packets with XDP & Golang tutorial repo
dae - eBPF-based Linux high-performance transparent proxy solution.
ebpf - ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
durdur - Lightweight packet filtering for Linux: 'durdur' is a high-performance, eBPF-based simple firewall tool that drops packets by IP or DNS domain. Perfect for on-demand network control.
libbpfgo - eBPF library for Go. Powered by libbpf.
nhi - :tv: Automatically capture all potentially useful information about each executed command (as well as its output) and get powerful querying mechanism