RFR: 7167: Agent Plugin

Marcus Hirt hirt at openjdk.java.net
Mon Apr 19 17:40:36 UTC 2021


On Wed, 10 Mar 2021 22:58:07 GMT, Joshua Matsuoka <jmatsuoka at openjdk.org> wrote:

> This PR adds the Agent Plugin to JMC. This is a plugin for controlling the jmc agent and provides a way to attach it and add probes to any JVMs in the JVM browser, as well as providing a preset manager for creating/modifying probe presets.
> 
> There is still a small amount of cleanup to be done so I'll mark it as a draft for now but it would be great to get a review :)

application/org.openjdk.jmc.console.ext.agent/META-INF/MANIFEST.MF line 5:

> 3: Bundle-Name: JMC Agent Plugin
> 4: Bundle-SymbolicName: org.openjdk.jmc.console.ext.agent;singleton:=true
> 5: Bundle-Version: 8.0.0.qualifier

8.1.0 now. ;)

-------------

PR: https://git.openjdk.java.net/jmc/pull/226


More information about the jmc-dev mailing list