From the course: Advanced JMeter

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Distributing the test

Distributing the test - Apache JMeter Tutorial

From the course: Advanced JMeter

Start my 1-month free trial

Distributing the test

- [Instructor] Now I have my master and server machine set up. I can distribute my load test. For this scenario, I'm going to take a load test where I'm visiting the Two Trees Olive Oil Development website that we saw earlier with a single user. I've already created this test in Jmeter and moved it over to my master machine using cyberdoc. But, you can find that in the exercise files of this section, if you wanted to follow along. On the terminal for my master machine, I'm going to want to be in the Jmeter bin folder, where I can find the Jmeter.sh shell script. I'm going to move to that folder using the cd command. So, cd Jmeter, then Apache, and then bin. Now, I'm going to start to build out the command that will allow me to distribute my testing. I'll start with sh Jmeter.sh -n -t. The -n allows me to run this in non gui mode, so on the command line, and -t allows me to specify a test file. After that, I'm going to…

Contents