From the course: Advanced JMeter

Unlock the full course today

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

Node configuration

Node configuration - Apache JMeter Tutorial

From the course: Advanced JMeter

Start my 1-month free trial

Node configuration

- [Instructor] The servers within the JMeter master server configuration are set up in a very similar manner to the master instance. First, I need to SSH onto one of the servers. Whilst doing this, I also need to make a note of the IP address of the server. That's the public IP address if you're using AWS, which you can get from the AWS console. Then I need to run the following commands, similar to the master instance. First, I'm going to run sudo apt update and run that. This will update the operating system for me. I'm going to clear this. Then, I'm going to run sudo apt install openjdk-8-jre-headless. And remember, this is the version that's compatible with JMeter 5.3, which is the one I'm using in this course. I'll just confirm that. And now I'm going to clear this. Now, similar to last time, I'm going to create a folder using the mkdir command and I'm going to call that jmeter. I'm then going to navigate…

Contents