jmeter-java-dsl icon indicating copy to clipboard operation
jmeter-java-dsl copied to clipboard

Simple JMeter performance tests API

Results 57 jmeter-java-dsl issues
Sort by recently updated
recently updated
newest added

[WeightedSwitchController.md](https://github.com/Blazemeter/jmeter-bzm-plugins/blob/master/wsc/WeightedSwitchController.md?utm_source=jmeter&utm_medium=helplink&utm_campaign=WeightedSwitchController) > Random Choice - on each iteration plugin will choose a random item. This check box can not guarantee that actual percent of child elements execution will equals with...

Hi, I loved the way that this makes easier to write and run tests, but it would be really useful to have support for [TCP Sampler](https://jmeter.apache.org/usermanual/component_reference.html#TCP_Sampler), the one that was...

I want to do perfmonce testing with metric like cpu, memory, disk io, network, etc usage data. how to get this data

Please add websocket/wss client to DSL. For example, jmeter has a good websocket plugin https://jmeter-plugins.org/?search=websocket-samplers. This will greatly simplify the work !

enhancement

- Loading the .jmx file that was created previously by JMeter and run it using JMeterDSL. - The .jmx file contains a request with the following JMeter function: ${__base64Encode(Username,)}. what...

Hi, I have a usecase to override existing load configuration of ThreadGroup from jmx file I get the jmx test plan by doing below ` DslTestPlan testPlan = DslTestPlan.fromJmx(jmxPath); `...

question

loading the jmx by using DslTestPlan testPlan = DslTestPlan.fromJmx(jmxFilePath); is there is way to listen on error and throughput while running the script to check once the run start if...

question