iterations:10 //請求次數 concurrency:2 //請求的並發數 delays //請求延遲
---------------------------------------------------------------------------
Iterations代表要執行多少次,Concurrency表示並發數
================================================================================================================================
重發請求
Repeat 功能可以簡單地測試服務器的並發處理能力;
操作: Tools -> Advanced Repeat, GET/POST請求都可以

