Install Jmeter on CentOS 8

Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. In this article you will learn how to install apache JMeter on CentOS 8 / RHEL 8

Step 1: Install JAVA

JMeter is compatible with Java 8 or higher. so first, we will install Java to run JMeter normally.

dnf install java-11-openjdk-devel -y

Once the installation is complete, you can verify Java installation using below command:

java -version
Step 2: Intsall Apache JMeter

You can visit below link to download JMeter latest binary release

https://jmeter.apache.org/download_jmeter.cgi

Download JMeter using below command

cd
wget https://downloads.apache.org//jmeter/binaries/apache-jmeter-5.4.1.tgz
ls

Now unpack JMeter package

tar zxvf apache-jmeter-5.4.1.tgz
ls

Once its done, there is no need to install it, just go to bin directory under apache-jmeter-5.4.1 and run Jmeter using below commands.

cd apache-jmeter-5.4.1/bin/
./jmeter

Finally its done and now you can start using Apache JMeter to run load testing tool for analyzing and measuring the performance of a variety of services.

Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"
Mel
Melhttps://unixcop.com
Unix/Linux Guru and FOSS supporter

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest articles

Join us on Facebook