Apache JMeter - load test tool

What is it? ->>>> http://jmeter.apache.org/index.html  (Please read!)

Where to get it? ->>>> http://jmeter.apache.org/download_jmeter.cgi

Start to download - apache-jmeter-2.9.zip if you are on windows platform. Unzip it to somewhere then double click  - \apache-jmeter-2.9\bin\jmeter.bat (if you installed JRE6 above runtime), cool~ it can support Chinese language:

Apache JMeter - load test tool

Ok. Let's go to make a test plan - we can start some loading test on a website (e.g.www.baidu.com)

1. Add a Thread Group

Apache JMeter - load test tool

2. setup the concurrent parameters of the plan as below:

Apache JMeter - load test tool

3. Setup the default HTTP server location

Apache JMeter - load test tool

Apache JMeter - load test tool

4. Setup the real HTTP request URL for load test

Apache JMeter - load test tool

Apache JMeter - load test tool

(you can continue to add more HTTP Request <No.> without specify the server location)

5. Add monitors as below:

Apache JMeter - load test tool

6. Add 1 more HTTP request 02 and rename the name of the plan:

Apache JMeter - load test tool

7. Start to RUN the test plan and review the test reports which generated from those monitors:

Apache JMeter - load test tool

Apache JMeter - load test toolApache JMeter - load test toolApache JMeter - load test toolApache JMeter - load test tool

有趣的 google test result :

Apache JMeter - load test tool

PS:

You can use JMeter with IBM MQ, check this site to find more ->>>>>>>>>> http://www.ibm.com/developerworks/websphere/library/techarticles/0808_vandekuil/0808_vandekuil.html

上一篇:【JavaScript】JavaScript中的Timer是怎么工作的( setTimeout,setInterval)


下一篇:【SSH网上商城项目实战04】EasyUI菜单的实现