eBPF Tutorial by Example 16: Monitoring Memory Leaks

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT

  • Uprobe in kernel mode eBPF runtime may also cause relatively large performance overhead. In this case, you can also consider using user mode eBPF runtime, such as bpftime. bpftime is a user mode eBPF runtime based on LLVM JIT/AOT. It can run eBPF programs in user mode and is compatible with kernel mode eBPF, avoiding context switching between kernel mode and user mode, thereby improving the execution efficiency of eBPF programs by 10 times.

  • bcc

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

  • Reference: https://github.com/iovisor/bcc/blob/master/libbpf-tools/memleak.c

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

    InfluxDB logo
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

  • bpftime: Extending eBPF from Kernel to Userspace

    4 projects | dev.to | 14 Jan 2024
  • Bpftime: Userspace eBPF runtime for fast Uprobe and Syscall hook and Plugins

    4 projects | news.ycombinator.com | 14 Nov 2023
  • The Secure Path Forward for eBPF runtime: Challenges and Innovations

    5 projects | dev.to | 16 Nov 2023
  • Ask HN: How to measure the latency numbers every programmer should know?

    1 project | news.ycombinator.com | 24 Aug 2023
  • Tag Systems

    2 projects | news.ycombinator.com | 18 Apr 2023