Reputation: 5967
I found this link on remotely running my tests on different machines
http://performancetestingwithjmeter.blogspot.in/2012/09/distributed-load-testing-in-jmeter.html
but this link defines process using UI,
I want to done Distributed load testing via console,
What I should done to make Distributed(Master/Slave) testing work from console?
Upvotes: 0
Views: 161
Reputation: 2282
You can use jmeter with command option -r
from master. Reference
Upvotes: 1