Jmeter deployed on Linux

First, the server installation jmeter

1. Upload the installation files to the Linux server

  By xshell file upload tool, a file "apache-jmeter-5.1.1.tgz" Upload

2. In the Server decompress "apache-jmeter-5.1.1.tgz" file

  - extract to the current directory, enter: tar zxvf .tgz file name

  - unzip to the specified folder, enter: tar zxvf file name .tgz / specified path

3. Modify the configuration file

  Enter the command: vi / etc / profile

  Edit the file, the last name with: export $ PATH = / apache-jmeter-5.1.1 / bin: $ PATH

4. Make the configuration file to take effect

  Enter the command: source / etc / profile

 

5. Verify that the installation was successful

  Enter the command: jmeter -v

  Below, the installation was successful

 

 

Second, Frequently Asked Questions

1. No permission to edit / etc / profile file

2. jmeter path configuration file editing error

3.No X11 DISPLAY variable was set, but this program performed an operation which requires it

 

 

 4.Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445

 

Guess you like

Origin www.cnblogs.com/xiaoyujade/p/11803730.html