- 安裝:
yum install httpd-tools
- 使用:
ab -n 1000 -c 100 http://www.baidu.com/;-n 總的請求數;-c 並發數;-k 是否開啟長連接;
- 請求:
- 請求靜態頁面 http://eshop-cache04:82/test_proxy.html
-
ab -n 1000 -c 100 http://eshop-cache04:82/test_proxy.html -
-n 1000 總請求數1000 -c 100 單個時刻並發數100

