Jmeter learning premise: Jmeter installation

A, Jmeter download

1. The premise: already installed jdk8 +

1.1 JDK download

. a enter jdk8 + Download: https://www.oracle.com/technetwork/java/javase/downloads/index.html

b. Scroll down to JDK section, click DOWNLOAD

 

 

 c. After entering the interface, down to jdk8 position, agreed to license check

jdk d. to download the corresponding system

e. JDK need to log in to download the oracle account, if no account can self-register a

 

 

 1.2 JDK installation

a. Double-click jdk

 

 

 b. Click "Next"

 

 

 c. Click on "Next"

 

 

 d. Install success

 

 

 

 1.3 Environment Variables

a. to enter the "Advanced System Settings"

 

 

 . B Click on "Environment Variables", the new system variable configuration JAVA_HOME: jkd download path; add a system variable path:% JAVA_HOME% \ bin;% JAVA_HOME% \ jre \ bin;;

     New System Variable Configuration CLASSPATH:;.% JAVA_HOME% \ lib;% JAVA_HOME% \ lib \ tools.jar 

 

 

 

 

 

 

 c. Verify that the configuration was successful, enter cmd, input or the javac java -version java or, appears as shown below, the installation was successful representatives

 

 

 

 

 

 

 

2. jmeter Download: http://jmeter.apache.org/download_jmeter.cgi

3. Binaries Version: good compiler can be used directly

    Source Version: source code version, you need to compile

4. tgz format: a Linux or Unix system, tar.gz zip files smaller than

    zip: for windows system (also available for linux, but require authorization)

5. Download

 

Second, the installation

1. Extract the corresponding disc

 

 2. Go to the bin directory, click jmeter.bat, start jmeter client

3. Enter jmeter interface

 

 

 4. The default English read Chinese jmeter

    在bin目录下打开jmeter.properties文件,查找到“#language=en”,改为“language=zh_CN”,保存文件,重新启动jmeter客户端

 

 

 

 三、Jmeter插件安装

1. 插件安装网址:https://jmeter-plugins.org/

2.下载插件plugins-manager.jar,将此插件拷贝到Jmeter的 lib 目录的 ext 目录下

 

 

 

 

 

 3.重新启动jmeter客户端,打开Jmeter Plugins Manager窗口,查看已经安装的插件和可以安装的插件,选择插件进行安装

a. 打开Jmeter Plugins Manager窗口

 

b. 查看已经安装的插件和可以安装的插件

 

 c. 安装3 Basic Graphs插件,安装过程中不要动电脑屏幕,让其自动下载完成,Jmeter会自行重启

 

 d.查看下载内容

 

Guess you like

Origin www.cnblogs.com/heiqiuxixi/p/12296724.html