We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please enable (or provide a build variant) with enabled USDT probes.
These probes can be used with the eBPF tracing on Linux: http://www.brendangregg.com/blog/2019-01-01/learn-ebpf-tracing.html https://github.com/iovisor/bcc https://github.com/iovisor/bpftrace
"Profiling JVM Applications in Production"
The Redhat OpenJDK builds already have them enabled.
$ cat /etc/redhat-release Red Hat Enterprise Linux release 8.0 (Ootpa) $ /usr/lib/jvm/java-1.8.0-openjdk/bin/java -version openjdk version "1.8.0_212" OpenJDK Runtime Environment (build 1.8.0_212-b04) OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode) $ tplist -l /usr/lib/jvm/java-1.8.0-openjdk/jre/lib/amd64/server/libjvm.so | grep hotspot | wc -l 515 $ adoptopenjdk/jdk8/bin/java -version openjdk version "1.8.0_212" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_212-b04) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.212-b04, mixed mode) $ tplist -l adoptopenjdk/jdk/jre/lib/amd64/server/libjvm.so | grep hotspot | wc -l 0
The text was updated successfully, but these errors were encountered:
Could there be some update on the progress? We'd like USDT to be built-in to enable eBPF probing.
Sorry, something went wrong.
Some links for the curious:
No branches or pull requests
Please enable (or provide a build variant) with enabled USDT probes.
These probes can be used with the eBPF tracing on Linux:
http://www.brendangregg.com/blog/2019-01-01/learn-ebpf-tracing.html
https://github.com/iovisor/bcc
https://github.com/iovisor/bpftrace
"Profiling JVM Applications in Production"
The Redhat OpenJDK builds already have them enabled.
The text was updated successfully, but these errors were encountered: