Hello eBPF: First steps with libbpf (5)
Learn why using libbcc is not the best idea and start working with the newer libbpf.

A JVM developer working on profilers and their underlying technology, e.g. JEP Candidate 435, in the SapMachine team at SAP.
4 views

Johannes Bechberger
6,093 viewsLearn why using libbcc is not the best idea and start working with the newer libbpf.

Johannes Bechberger
6,948 viewsThis week, we use tail calls and create our first application using hello-ebpf as a library.

Johannes Bechberger
5,012 viewsWe run benchmarks to see whether JDWP's onjcmd features improves the debugging performance.

Johannes Bechberger
5,558 viewsHow to use another kind of eBPF maps, the perf event buffer, and run tests with docker and JUnit 5.

Johannes Bechberger
5,100 viewsThis week we'll add support eBPF maps to hello-ebpf to communicate between eBPF program and userland Java programs.

Johannes Bechberger
7,689 viewseBPF allows you to attach programs directly to hooks in the Linux kernel without loading kernel modules, like hooks for networking or …

Johannes Bechberger
4,157 views2023 was an adventurous year for me: I came into my blogging rhythm, blogging every one to two weeks, resulting in 39 articles, many of them …

Johannes Bechberger
5,724 viewsLearn about the website that gives an overview of JFR events, with descriptions from the OpenJDK, their properties, examples, …

Johannes Bechberger
9,998 viewsThe Foreign Function & Memory API (also called Project Panama) has come a long way since it started.

Johannes Bechberger
5,115 viewsOr: I just released version 0.0.11 with a cool new feature that I can't wait to tell you about...