On a remote Weblogic Cluster, I would access to each size of the Non Heap memory of each instance of my cluster.
I'm connected to my admin server with a url such as this one: service:jmx:t3://acetp-env-admin:9091/jndi/weblogic.management.mbeanservers.runtime
How could I access to java.lang jmx package of each instance?
Thanks