Hello,
I found Jcmd to be of immense value while working on implementing JMC/JFR based tool. Connecting to our components on linux servers remotely from JMC client running on desktops just wasn't an option. So, the only way to use JMC was the Jcmd route.
However, it wasn't very enjoyable experience calling Jcmd from bash scripts as Jcmd does not have script friendly return values/codes.
Is there any plan to make Jcmd more script friendly or is there another way?
I know we have a standard API in Java 9 but we still have some time before we can upgrade to Java 9.
Thanks