-
Notifications
You must be signed in to change notification settings - Fork 0
load test
涂珂 edited this page Dec 14, 2013
·
3 revisions
- 下载Pylot http://pylt.googlecode.com/files/pylot_1.26.zip
- 解压缩,进入文件夹
- 修改testcase.xml
<testcases>
<!-- SAMPLE TEST CASE -->
<case>
<url>http://127.0.0.1:8000</url>
</case>
<case>
<url>http://127.0.0.1:8000/search/?q=net</url>
</case>
<!-- SAMPLE TEST CASE -->
<!--
<case>
<url>http://search.yahooapis.com/WebSearchService/V1/webSearch</url>
<method>POST</method>
<body><![CDATA[appid=YahooDemo&query=pylot]]></body>
<add_header>Content-type: application/x-www-form-urlencoded</add_header>
</case>
-->
</testcases>
- python run.py -a 5 //同时运行5个用户,默认1分钟
- 查看结果 result文件夹下子文件夹中的result.html