Using bpftrace to analyze osmocom performance

Harald Welte (sysmocom)

Playlists: 'osmodevcon2024' videos starting here / audio

[bpftrace](https://github.com/bpftrace/bpftrace) is a utility that uses the Linux kernel tracing infrastructure (and eBPF) in order to provide tracing capabilities within the kernel, like uprobe, kprobe, tracepoints, etc.

bpftrace can help us to analyze the performance of [unmodified] Osmocom programs and quickly provide information like, for example:
* Histogram of time spent in a specific system call
* Histogram of any argument or return value of any system call

Download

Embed

Share:

Tags