Trigger a performance test from a VDI machine (Taurus-Jmeter)

Hello,
I am designing a distribuited performance test using Taurus-Jmeter. I am using already 2 VM machines, 1 used as a “Controller” machine (where Taurus-Jmeter master is) and another that works as a “slave” machine (Jmeter server running there).

This works fine and I can run a distributed test, but my question is the following: Is there any way to trigger the test in the controller from a VDI machine via command line or in another way?

VDI machine ------> Controller (Jmeter-Taurus) --------> Slave (Jmeter server)

I answer to my self: :slight_smile:
ssh user@host ‘bzt config.yaml’

1 Like