You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 haveasync-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)
async-profiler
is present on targetasync-profiler
dataasync-profiler
state (ex. remote configuration)The text was updated successfully, but these errors were encountered: