How to install Apache JMeter in Ubuntu 20.04
How to install Apache JMeter in Ubuntu 20.04
JMeter supports the load and performance testing om many different server/protocol types such as:
Web Servers are HTTP, HTTPS
SOAP / REST
FTP
Database via JDBC
LDAP
Mail - SMTP, POP3, and IMAP
MongoDB (NoSQL)
Native commands or shell scripts
TCP
Steps to Install JMeter:-
Step 1) Install Java:-
sudo apt-get update
sudo apt-get install default-jre
sudo apt-get install default-jdk
Installing Oracle JDK (optional)
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo update-alternatives --config java
Setting the "JAVA_HOME" environment variable
sudo nano /etc/environment
JAVA_HOME="java path"
source /etc/environment
Apache JMeter 4.0 (Requires Java 8 or 9.)
Download Jmeter:-
http://jmeter.apache.org/download_jmeter.cgi
Comments
Post a Comment