Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
119 stars 99 forks source link

How to run multiple jmx files on different Microsoft agents #67

Open PankajNalawade opened 3 years ago

PankajNalawade commented 3 years ago

Hello, My intention is to Run multiple jmx file on different agents but at the same time, so for example as show below. 1) JMX 1 which has 10000 user should run on agent 1 2) JMX2 which has 10000 user should run on agent 2 3) JMX3 which has 10000 user should run on agent 3 likewise Could you please guide me how can I achieve this?

dsteindo commented 2 years ago

Hi @PankajNalawade you could modify the copy command in the main.tf file to incoperate the ${count.index}

see https://github.com/Azure-Samples/jmeter-aci-terraform/issues/75