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

[Epic] async-profiler support #1456

Open
3 tasks
andrewazores opened this issue Apr 18, 2023 · 0 comments
Open
3 tasks

[Epic] async-profiler support #1456

andrewazores opened this issue Apr 18, 2023 · 0 comments
Labels
feat New feature or request

Comments

@andrewazores
Copy link
Member

Describe the feature

async-profiler is, well, a profiler for HotSpot JVMs. It's very powerful and it can output its data in the JFR binary file format, so it seems a natural fit that Cryostat should also be able to at least gather these files if a target JVM is determined to have async-profiler loaded as an agent. This would be somewhat similar to the support we currently have for the JMC bytecode instrumentation agent.

Any other information?

async-profiler/async-profiler#496 (comment)

  • Detect if async-profiler is present on target
  • Readonly view for async-profiler data
  • Dynamic updates for async-profiler state (ex. remote configuration)
@andrewazores andrewazores added the feat New feature or request label Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Stretch Goals
Development

No branches or pull requests

1 participant