This is the Linux app named eBPF whose latest release can be downloaded as v0.12.1sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named eBPF with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
eBPF
DESCRIPTION
Package ebpf is a toolkit for working with eBPF programs. eBPF programs are small snippets of code which are executed directly in a VM in the Linux kernel, which makes them very fast and flexible. Many Linux subsystems now accept eBPF programs. This makes it possible to implement highly application-specific logic inside the kernel, without having to modify the actual kernel itself. This package is designed for long-running processes which want to use eBPF to implement part of their application logic. It has no run-time dependencies outside of the library and the Linux kernel itself. eBPF code should be compiled ahead of time using clang, and shipped with your application as any other resource. Use the link subpackage to attach a loaded program to a hook in the kernel. Note that losing all references to Map and Program resources will cause their underlying file descriptors to be closed, potentially removing those objects from the kernel.
Features
- Package ebpf is a toolkit for working with eBPF programs
- ebpf-go is a pure Go library that provides utilities
- For loading, compiling, and debugging eBPF programs
- It has minimal external dependencies and is intended to be used in long running processes
- See ebpf.io for complementary projects from the wider eBPF ecosystem
- Requires A version of Go that is supported by upstream
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/ebpf.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.