Posted on 2011-04-03 02:07
leekiang 阅读(286)
评论(0) 编辑 收藏 所属分类:
测试
ab -n 10000 -c 10 127.0.0.1/
-n总请求次数,-c并发数,-t时间(秒)
注意:url后面一定要带斜杠
url最好用引号引起来:
ab -n 1000 -c 1000 'http://192.168.16.203/XGateway/XService.svc/GetData?dd=XXX&bb=XXXXXX&cc=ttttt'
如果不加引号,则默认只传一个参数,curl也是如此
用ab测试nginx集群遇到的问题使用Apache ab进行压力测试(参数说明)