ApacheBench 是一個指令列程式,可建立併發訪問線程,模擬多個用戶同時對某一地址進行訪問。用來測試Web服務器的負載壓力。服務器
命令:併發
ab [options] [http[s]: //]hostname[:port]/path
參數選項比較經常使用的有:測試
-n requests 執行的請求個數spa
-c concurrency 併發數線程
-t timelimit 限制測試進行時長,單位爲秒blog
具體詳細參數可使用 ab -help 命令來查看get
在終端中輸入 ab -n 1000 -c 50 http://localhost:8080/test , 能夠看到以下圖結果分析:requests