loxilb-ebpf VS lb-from-scratch

Compare loxilb-ebpf vs lb-from-scratch and see what are their differences.

lb-from-scratch

A very basic eBPF Load Balancer in a few lines of C (by lizrice)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
loxilb-ebpf lb-from-scratch
1 7
16 276
- -
9.0 2.0
12 days ago about 1 year ago
C C
BSD 2-clause "Simplified" License GNU General Public License v3.0 only
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.

loxilb-ebpf

Posts with mentions or reviews of loxilb-ebpf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-12.
  • Is there a way to debug running eBPF programs?
    3 projects | /r/eBPF | 12 Feb 2023
    Have some per-cpu maps for debugging and update values of whatever you want to debug/check in these maps. Finally monitor these maps using bpftool while your custom load-balancer processes packets. Send only a few packets at a time to have a better grasp of what is happening. Meanwhile if you want to explore a more complicated ebpf load-balancer visit this repo.

lb-from-scratch

Posts with mentions or reviews of lb-from-scratch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Docker fails to start
    1 project | /r/docker | 27 Jun 2023
  • Beginner question on BPF libraries
    4 projects | /r/eBPF | 22 Jun 2023
    Hey there, so its likely because 'git submodule update' in the beginning even before creating the docker container threw an error, thats likely the reason? What she mentions on the README.MD on the github page, libbpf is used, so we need to git submodule update for that to get the libbpf repo, failed for me. THis is supposed to be run before we even create the container isn't it? https://github.com/lizrice/lb-from-scratch
  • Load Balancer using eBPF failing docker
    1 project | /r/eBPF | 21 Jun 2023
  • Is there a way to debug running eBPF programs?
    3 projects | /r/eBPF | 12 Feb 2023
    I'm just getting started messing with eBPF, specifically with this sample load balancer, and when trying to make some changes to it, I'm having trouble with not having a way to tell what's going on when the program is running. For example, I'll make some changes to the code for modifying the MAC or IP addresses, and when it doesn't work, I don't have any gdb-like functionality to see what variables are set to. I fixed my issue, but it took longer than I'd like so I'm just looking for more general guidance on debugging eBPF programs.

What are some alternatives?

When comparing loxilb-ebpf and lb-from-scratch you can also consider the following projects:

bmc-cache - In-kernel cache based on eBPF.

bpfmon-example - proof-of-concept example of using eBPF to Monitor for eBPF Map tampering

tetragon - eBPF-based Security Observability and Runtime Enforcement

ebpfkit - ebpfkit is a rootkit powered by eBPF

TripleCross - A Linux eBPF rootkit with a backdoor, C2, library injection, execution hijacking, persistence and stealth capabilities.

pwru - Packet, where are you? -- eBPF-based Linux kernel networking debugger