Skip to content
New issue

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

Use async-profiler as a recommended tool #3591

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Conversation

kciesielski
Copy link
Member

Putting JFR into java opts is not convenient, because it affects performance and increases complexity in case one just wants to measure latency/throughput without profiling.
I recommend attaching profiler separately, particularly async-profiler which has the most accurate CPU sampling.

@kciesielski kciesielski requested a review from adamw March 11, 2024 17:10
@kciesielski kciesielski merged commit 8c0bfd8 into master Mar 11, 2024
16 checks passed
@kciesielski kciesielski deleted the jfr-to-async-profiler branch March 11, 2024 17:13
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