I am trying to plot JMX performance metrics for my test plan while performing load test on sending telemetry data to the azure IOT hub .
I referred following document to pull out performance metric https://jmeter-plugins.org/wiki/JMXMon/
But facing the following error enter image description here
I have tried altering URL as mentioned here :- service:jmx:rmi:///jndi/rmi://YOURHOST:6969/jmxrmi or
service:jmx:rmi://YOURHOST:JMX_PORT/jndi/rmi://YOURHOST:JMX_PORT/jmxrmi
service:jmx:rmi:///jndi/rmi://HUBNAME.azure-devices.net:6969/jmxrmi service:jmx:rmi://HUBNAME.azure-devices.net:8883/jndi/rmi://DIoT-HSync-IoTHub.azure-devices.net:8883/jmxrmi
How to configure this ? Thanks In Advance :)
How to use JMXMon Sample Collector sampler while connecting to the azure IOT hub to pull JMX performance metrics