Brian Martin, co-founder of IOP Systems, introduced two open-source projects: Rezolus and metriken. IOP Systems originated from Twitter's infrastructure performance team. Rezolus is a systems performance telemetry agent that uses eBPF, while metriken is a low-overhead metrics library.
Rezolus heavily utilizes eBPF to gather instrumentation from the Linux kernel, enabling dynamic probing for fine-grained metrics. Beyond basic CPU, network, and disk metrics, Rezolus can instrument the scheduler, syscall paths, and the TCP stack. It offers Prometheus exposition for telemetry consumption and is available on GitHub.
metriken is a metrics library optimized for performance-critical paths, used across projects like RPC-Perf, Pelikan, and Rezolus. It employs a link-time technique to discover and aggregate metrics from instrumented libraries within an application.
eBPF, or Extended Berkeley Packet Filter, allows sandboxed programs to run within the Linux kernel. This capability enables observation of kernel behavior without requiring code changes to the kernel itself. eBPF can attach to kernel functions, tracepoints, and user space functions, sharing data back to user space via BPF maps.
The presentation emphasizes that instrumentation is crucial for gaining visibility into system operations. Tools like Rezolus and metriken provide the necessary data to understand and optimize system performance.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Brian Martin, co-founder of IOP Systems, presented on instrumentation at scale, focusing on the open-source eBPF telemetry agent Rezolus and the low-overhead metrics library metriken. The presentation details how these tools provide fine-grained system visibility for performance-critical applications.