The Apache-JMeter application is an open source software, It's designed by fully JAVA application for website load test and other testing functions also,
We can install and test on Linux system before that JAVA application is required for run the JMeter software,
Its support for load and performance test many different server/protocol types:
- 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
1 . Install JAVA,
2 . Download and extract the software,
# wget http://www.gtlib.gatech.edu/pub/apache//jmeter/binaries/apache-jmeter-2.13.tgz
# tar -xf apache-jmeter-2.13.tgz
# cd apache-jmeter-2.13
# ./jmeter
# tar -xf apache-jmeter-2.13.tgz
# cd apache-jmeter-2.13
# ./jmeter
Finally, the JMeter software will appear on the screen.
Some of the commands received easy way to install,
Ubuntu :
$ sudo apt-get install jmeter
CentOS 7 :
$ sudo yum install jmeter
Have you tried using `sudo apt-get install jmeter` ? That should just take care of everything you mentioned in your post..
its should be cd apache-jmeter-2.13/bin
yes. or you can create a softlink to bin.
It will provide you jmeter 2.3 that will not support jdbc mysql testing while we install from sudo apt-get install jmeter
sudo apt-get install jmeter did all the work for me.
On CentOS 7.x $ sudo yum install jmeter will also get it done.
Hi Sam, Thank you,
I have used ubuntu software center. That has done the installation tasks for me :)
Thanks In single attempt I have install the Jmeter. Pradeep Shukla