How to add eBPF observability to your product

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • bcc

    BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

    And eBPF stands for extended Berkeley Packet Filter:

    > eBPF is an extended BPF JIT virtual machine in the Linux kernel

    It's really quite an amazing tool, especially since you can use it to run sandboxed programs in kernel without changing kernel source or loading a kernel module. These programs can be written using a limited dialect of C.

    Some examples of its use can be found here: https://github.com/iovisor/bcc/tree/master/examples

  • ebpf-for-windows

    eBPF implementation that runs on top of Windows

  • 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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts