From the course: Advanced JMeter
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Master server configuration - Apache JMeter Tutorial
From the course: Advanced JMeter
Master server configuration
- Test distribution allows me to spread my test across several machines at once. However, I need to have that hardware available to me beforehand in order to distribute that test. Distribute a test include JMeter works using a master server configuration meaning that one machine, the master, orchestrates the distribution of the tests to all of the servers. All of the servers then perform the testing and report back to the master with the results. This means that if I want to distribute my tests across two machines, I'd actually need three: two servers and one master. Another thing to remember is that each of the master and server machines need to have JMeter installed and they all need to be the same version otherwise, distribution just won't work. They also all need to be on the same logical network. Now there are ways around this, depending on your infrastructure which I'll get into shortly, but it's worth keeping this in mind. For this test, I'm going to have one master machine and…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.