-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Perfmon Plugin & Updation of JMeter Properties in jmeter dsl dotnet #17
Comments
Hello, thank you for asking about this. The answer to both question is: not yet, but properties should be super easy to add, and perfmon plugin we can add. As a quick workaround we can also port wrappers existing in JMeter Java DSL to the .Net DSL to allow using perfmon plugin sooner. How do you usually use the perfmon plugin? What are the most common settings you set on it? If anyone else is interested in this feature please upvote. |
I would need the Perfmon Plugin to put in the IP addresses of the web/app server and add metrics to monitor the CPU/memory etc .That's how I use Perfmon Plugins in the standard JMeter. |
Currently is not possible, but we can add the same support we provide in the Java DSL. |
Okay so , we do not support Distributed Testing as of now in DSL Java and dotnet both. |
Distributed Testing is supported in java, you can check here. Adding it to .Net DSL should be quick. JMeter properties setting in .Net DSL is easy to add as well, since is something we already implemented in Java. Perfmon requires some analysis and design. Is not hard, but is not as trivial as the other two scenarios. If someone else is interested in this feature please let us know so we can adjust priorities among existing requests. |
Thanks for the update !! |
Do We Have Perfmon Plugin available for JMeter dotnet dsl and Also Do we have a way in which we can update the JMeter Properties in jmeter dsl dotnet?
The text was updated successfully, but these errors were encountered: