Just_another_developer
Just_another_developer

Reputation: 5967

Distributed testing using console - Jmeter

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

Answers (1)

Ruchit Rami
Ruchit Rami

Reputation: 2282

You can use jmeter with command option -r from master. Reference

Upvotes: 1

Related Questions