apt-get
install packages. Type the following to do this:sudo apt-get update
sudo apt-get upgrade
flood-agent
directory to put all of our related files in.mkdir ~/flood-agent
cd flood-agent
wget
wget https://github.com/flood-io/flood-agent/releases/download/v1.0-beta.9/flood-agent-linux-1.0-beta.9
mv flood-agent-linux-1.0-beta.9 flood-agent
chmod 0755 flood-agent
sudo apt install default-jre
java -version
which should report back the Java version that just got installed.cd ~
wget http://apache.mirror.digitalpacific.com.au//jmeter/binaries/apache-jmeter-5.2.zip
apt install unzip
unzip apache-jmeter-5.2.zip
rm -rf apache-jmeter-5.2.zip
~/apache-jmeter-5.2
lib/ext
folder within the JMeter installation directory.cd ~/apache-jmeter-5.2/lib/ext/
wget https://github.com/flood-io/flood-agent/releases/download/v1.0-beta.9/flood-jmeter-5.1.1.jar
wget https://github.com/flood-io/flood-agent/releases/download/v1.0-beta.9/json-simple-1.1.1.jar
configure
command that lets you create a config.yaml
file via the CLI instead of creating one in a text editor.flood_live_123xxxxxxxxxxx
and run cd ~/flood-agent
configure
wizard - type ./flood-agent configure
~/apache-jmeter-5.2
config.yaml
file and JMeter tool are setup - we can now go ahead and run the agent itself.cd ~/flood-agent
./flood-agent
to run the agent on your new load generator node.