怎样使用Apache JMeterce对Web服务器进行压力测试

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance.
How to use it
1. Download it from http://jmeter.apache.org/download_jmeter.cgi , and unzip it.
2. Open Command, and go to apache-jmeter-3.1\bin and run jmeter.bat, then you can see the UI pops up.
3. Create Thread Group , and configure properties
 

 怎样使用Apache JMeterce对Web服务器进行压力测试

怎样使用Apache JMeterce对Web服务器进行压力测试

4. Create HTTP Request
 怎样使用Apache JMeterce对Web服务器进行压力测试

Configure the request
 怎样使用Apache JMeterce对Web服务器进行压力测试

You can add more HTTP Request, and if they are sent to the same server and port, you can configure the Server and Port in HTTP Request Defaults and you do not need to configure them in every HTTP Request.
 怎样使用Apache JMeterce对Web服务器进行压力测试
5. Create Summary report
 怎样使用Apache JMeterce对Web服务器进行压力测试
6. Click the green start button   at the head and start to run the test
7. When you finish the test, you can get the report

怎样使用Apache JMeterce对Web服务器进行压力测试


Note that youcan click the Help menu for detailed help.


怎样使用Apache JMeterce对Web服务器进行压力测试