Installation jmeter details

You must install JDK, and then configure the environment variable, to download jmeter

jmeter install the http://www.xdowns.com/index.php?ac=search&keyword=jdk%20http://www.xdowns.com/index.php?ac=search&keyword=jdk%20

Note first of all look at how many versions of JDK support and generally do not install the latest version.

http://www.oracle.com/, this is JDK's official website, but to no avail, no login download mark is found, it is not the same with Baidu

JDK can search the 360 ​​software housekeeper inside the download 

 

 

 Generally selected intermediate version, JDK8 belong to the middle version,

Then a new java directory in which to send a disc, the disc d e.g., a new java, java then mounted inside JDK

Configuration environment variable, trilogy

Location: Computer → Properties → Advanced System Settings → Advanced → Environment Variables

1, a new system variable →  JAVA_HOME  variable, the value of the variable fill the jdk installation directory (I is C: \ Program Files \ Java \ jdk1.8.0_92), as shown below. Jdk where to find the disk, and then click Copy path. Stick

2, the system variable → Looking Path variable → editing, the last value entered in the variable  % JAVA_HOME% \ bin;% JAVA_HOME % \ jre \ bin;, if the original Path variable value at the end there; number, the first input; No. enter above the code shown below illustrates this should strictly look, I did not look carefully explained, created a new path, and then copy into it ,

3, a new system variable → CLASSPATH variable; variable value filled;.% JAVA_HOME% \ lib;% JAVA_HOME% \ lib \ tools.jar (Note that the preceding bit), as shown below

4, check whether the configuration run cmd enter java -version, if the following results appear, the environment variable configuration JDk success

Note, java spaces in the input -version

 

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

Step four: Install jmeter

1, will be downloaded to decompress jmeter

2. Once extracted into the JMETER directory, click on the following batch file on it.

After opens jmeter, as shown below:

JMeter run

Go to the bin directory run jmeter.bat start jmeter (mode 1)

Double-jar package operation (mode 2)

note:

Time online inquiry, said after installing jmeter need to set environment variables, in fact, do not set here is also possible, but here also explained about the environment variable configuration;

1, system variables added JMETER_HOME, as shown below:

2, the system variable CLASSPATH added content of the following:

  %JMETER_HOME\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\logkit-2.0.jar

3, OK to finish.

 I installed jmeter encounter a problem, I have to jmeter, and then I went into the bin can not find the bat, in fact, jmeter, click on it

 

 

 
Category:  jmeter

Guess you like

Origin www.cnblogs.com/wutt/p/11620861.html