Skip to content

Add eBPF-USDT framework for Java method tracing using USDT probes#45

Open
kamepe wants to merge 1 commit intokieker-monitoring:mainfrom
kamepe:add-ebpf-usdt-framework
Open

Add eBPF-USDT framework for Java method tracing using USDT probes#45
kamepe wants to merge 1 commit intokieker-monitoring:mainfrom
kamepe:add-ebpf-usdt-framework

Conversation

@kamepe
Copy link

@kamepe kamepe commented Mar 18, 2026

This framework traces Java method calls using eBPF USDT. Unlike the existing bpftrace-java framework, it uses libbpf directly and a custom C++ userspace tracer, giving finer control over event collection and output format.
Requirements and how to run the benchmark are in the readme

@DaGeRe
Copy link
Collaborator

DaGeRe commented Mar 18, 2026

Thanks for the PR, that looks overall good. However, there are a few details that need fixing:

Could you address these?

I still fully don't get why it is necessary to set such a high value for METHOD_TIME, but thats something to investigate in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants