Posted on 2011-04-03 02:07
leekiang 閱讀(292)
評論(0) 編輯 收藏 所屬分類:
測試
ab -n 10000 -c 10? 127.0.0.1/
-n總請求次數(shù),-c并發(fā)數(shù),-t時間(秒)
注意:url后面一定要帶斜杠
url最好用引號引起來:
ab -n 1000 -c 1000 'http://192.168.16.203/XGateway/XService.svc/GetData?dd=XXX&bb=XXXXXX&cc=ttttt'
如果不加引號,則默認只傳一個參數(shù),curl也是如此
用ab測試nginx集群遇到的問題使用Apache ab進行壓力測試(參數(shù)說明)