Please enable JavaScript.
Coggle requires JavaScript to display documents.
壓力測試 (測試步驟 (1)產生rrd, 2)cron 更新rrd數據, 3) ab 執行測試, 4) ab報表,rrd報表), 工具 (壓測…
壓力測試
測試步驟
1)產生rrd
2)cron 更新rrd數據
3) ab 執行測試
4) ab報表,rrd報表
工具
壓測
wrk
wrk -t1 -c1 -d30s
http://127.0.0.1:8080
Option
-c HTTP 連接數
-d 測試持續時間
-t 開啟的線程數
siege
siege --no-parser -c 250 -t 30s
http://127.0.0.1:3000/
webbench
很久(2015)沒更新了
webbench -c 10000 -t 60
http://127.0.0.1/test.jpg
ApacheBench
有Windows
預編譯版本
ab -c 10 -n 1000
http://test1.n.tw/
圖表
rrd
update_rrd.sh
create_rrd.sh