We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
"Exporting to JMX" means that the load generator components are exported to the platform MBeanServer as MBeans.
MBeanServer
I'll clarify the description on the command line usage.
Sorry, something went wrong.
bccf3d3
Thank you @sbordet . I was thinking from JMeter perspective where I thought the command will export the URL into JMeter test plan.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: