问题
Is it possible to create a JMX client that doesn't run on the JVM? From my understanding JMX is a protocol on top of other protocols (like RMI) so it should be possible to create a C or Go client. Any reason why this hasn't been done?
I am aware of Jolokia and realise it can be used as a proxy.
来源:https://stackoverflow.com/questions/49207999/non-java-jmx-client