IvanKvashnin
IvanKvashnin
java - 21 apache-jmeter - 5.6.3 jmeter-java-dsl - 1.28.1 @Test void capacity() throws Exception { testPlan( threadGroup() .rampTo(70, ofHours(7)) .children(httpSampler(targetUrl.getNginxUrl()), autoStop().when(errors().total().greaterThan(100L)), influxDbListener(metricUrl.getGrafanaUrl()))) .runIn(new DistributedJmeterEngineCustom("yourRemoteSlave")); } When i start remote testing...
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 !