The role of each folder Jmeter

1.jmeter way to start:

  windows: Double-click the file in the jmeter.bat Jmeter \ bin directory. (If the environment variable configuration can directly enter cmd in jmeter)

       Cmd command line or through the next Jmeter \ bin directory, execute java -jar ApacheJMeter.jar

  Linux: Jmeter into the bin directory, execute the command sh ./jmeter.sh start \

 

2. \ bin directory:

  Jmeter jmeter.bat storage startup files and configuration files jmeter.properties also commonly used jmeter.log file.

  

  For example, every time you open jmeter when they are required to set the language, you can permanently set the language directly by modifying the Jmeter.properties file, so every time you start jmeter need to set the language.

  Open the file, find the keyword "language".

  

 

 

   In the following piece of code so add, save and restart Jmeter it.

  

 

 

 

 

3. \ docs directory:

  See known name meaning, are stored in text files.

  \ Docs under \ api directory, is developed during the second time with the resulting directory

  

 

 

4. \ extras directory:

  The directory is stored under some extensions file. For example, after the mentioned use ant + jmeter + jenkins do continuous integration, ant expansion would put the directory

  

 

 

 

 

5. \ lib directory:

  This directory is stored Jmeter source code, as well as develop their own package jar is placed in this directory.

  Where the \ ext directory in the directory where the third-party plug-ins

  

 

 

 6. \ directory under printable_docs:

  Jmeter help documentation. Open index.html in this directory

  

Guess you like

Origin www.cnblogs.com/Super-Treasure/p/12116400.html