Skip to content

eBPF Support #6

@qbacpey

Description

@qbacpey

Even though eBPF can allow us to intercept IO framework in a very fine-grained ways. For example, with eBPF, we can track the exact caliing and return time of the io_uring function in kernel space:

Image

But since eBPF require sudo Permissions, now we would add it into the project.

Below are some materials that maybe helpful for the implementation of eBPF realted features:

This feature might be implemented by using kernel-user space ring buffer (just like io_uring) + epoll.

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