How to install latest JMeter in Ubuntu 15.10?

后端 未结 4 732
臣服心动
臣服心动 2021-02-19 01:20

When I try to install Apache JMeter in Ubuntu 15.10 using apt-get install JMeter it installs the older version 2.11. However, I tried to download the latest JMeter 3.0 version a

4条回答
  •  春和景丽
    2021-02-19 01:37

    1. You can download JMeter from here.

    2. In Apache JMeter 3.0 (Requires Java 7 or later) download the " apache-jmeter-3.0.tgz" package under the Binaries section.

    3. Go to the Downloads directory and run tar -xf apache-jmeter-3.0.tgz

    4. Run cd apache-jmeter-3.0

    5. Run ./bin/jmeter or ./bin/jmeter -? for help.

    Note: Make sure that you have JAVA installed and the JAVA_HOME environment variable is set.

提交回复
热议问题