JMX flag has no effect
QAInsights opened this issue · comments
I tried below command in Windows with the jmx flag. But I don't see the export in the current dir. Please check.
java -jar .\jetty-load-generator-starter-1.0.4-uber.jar --scheme https --host example.com --port 443 --resource-rate 1 --iterations 3 --display-stats --jmx true
"Exporting to JMX" means that the load generator components are exported to the platform MBeanServer
as MBeans.
I'll clarify the description on the command line usage.
Thank you @sbordet . I was thinking from JMeter perspective where I thought the command will export the URL into JMeter test plan.