Skip to content

more ebpf projects with rust #1

@photoszzt

Description

@photoszzt

I saw the ebpf mailling list mentioning about using Rust to program ebpf. I want to give you more reference since the readme mentioned some projects.
https://github.com/jvns/rust-bcc with https://jvns.ca/blog/2018/02/05/rust-bcc/

https://github.com/photoszzt/rust-bpf
(This one is basically a port of bcc but instead of written in go it's written in Rust. But it doesn't have too much testing after I created the port. )

Besides this, I also create a bcc-sys(https://github.com/photoszzt/bcc-sys) binding in cargo. The current top level commit tracks a version of bcc nightly. If you want to use it, use the 0.4 version, that may correspond to the 0.5 stable release. I'm waiting the upstream to release a stable 1.0 version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions