Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Apache JMeter installation instructions

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

This installation is the installation of the latest version of Jmeter in Windows 10 environment.

1. Installation environment requirements:

Java version

JMeter requires that JVM1.3 or higher be fully met.

Operating system

JMeter can run on any operating system that currently has Java deployed.

two。 Installation steps:

● installation environment: Windows 10

● installation package preparation

JDK1.8.0_101 can be downloaded from the official website.

Specific download address of jakarta-jmeter-3.0:

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

● installation process:

1) JDK installation

Click the downloaded jdk-8u101-windows-i586.exe and select the installation path.

2) JDK environment configuration

Right-click "start menu" / Control Panel / system / Advanced system Settings / Advanced / Environment variables, click "New" in the "system variables" column, enter: CLASSPATH in the variable name, and enter: C:\ JDK installation directory\ lib\ dt.JAR; C:\ JDK installation directory\ lib\ TOOLS.JAR; Click OK.

Then press "New", enter: java_home in the variable name, enter: C:\ JDK installation directory in the variable; modify the PATH variable, add% java_home%\ bin; and then confirm.

Modify the value of the system variable path, add% java_home%\ bin; before it, and then make sure.

3) check whether the JDK installation is OK

Specifically: click "start" / "run", enter the command cmd to enter the dos interface, enter the command: java-version to view the java version, if displayed as: 1.8.0 java 101, then install OK

1. Start-> run: CMD--- > "OK"

two。 Enter "java-version"-> "enter"

4) Jmeter installation

Extract the jakarta-jmeter-3.0 file to disk E, and unzip it to the E:\ jemter\ apache-jmeter-3.0 directory.

Right-click the start menu / Control Panel / system / Advanced system Settings / Advanced / Environment variable, enter: JMETER_HOME in the variable name, enter: e:\ jemter\ apache-jmeter-3.0 in the variable value, and click OK.

Then modify the CLASSPATH variable and add the following value to the variable value:

% JMETER_HOME%\ lib\ ext\ ApacheJMeter_core.jar;%JMETER_HOME%\ lib\ jorphan.jar;%JMETER_HOME%\ lib\ logkit-1.2.jar; and then confirm.

5) check whether the jmeter installation is OK

Specifically: enter the bin folder under the jmeter directory, click jmeter.bat, view the page display, if you can display the jmeter operation page, the installation is successful.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report