Lusitha
Lusitha

Reputation: 370

How to set automatic download dependencies to JMeter slave machines from JMeter Maven Plugin

I was using <jmeterExtensions> tag to specify the dependency plugins although the dependencies are not getting downloaded for slave machines where It is required to manually download them in slave machine. Is there any solution to download dependencies to slave machines as well.

Upvotes: 0

Views: 209

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34566

This is not handled by jmeter-maven-plugin and I don't think it can be implemented there.

So the option would be to run a kind of warmup on every machine using remote ssh and launching maven on it.

You could try to automate this using Ansible.

See this blog for more details on using the plugin.

Upvotes: 1

Related Questions