Registry / networking / iovisor-gobpf

iovisor-gobpf

JSON →
library0.2.0gogounverified

A Go library for working with eBPF programs (Linux kernel tracing).

go get github.com/iovisor/gobpf
INSTALL
IMPORT
SIG · IOVISOR-GOBPF
I
iovisor-gobpf
networkinggov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gobpf
github.com/iovisor/gobpf

Load and use eBPF programs via BCC.

package main import ( "fmt" "github.com/iovisor/gobpf/bcc" ) func main() { fmt.Println("eBPF module loaded") }
Debug
Known issues
gotchaRequires Linux kernel with eBPF support and BCC tools installed.
fix
Ensure your system has the necessary kernel headers and BCC installed.
affects: all
Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
iovisor-gobpf — go get iovisor-gobpf · libregistry