Apache HTTP server benchmarking tool
使用 Apache ab 來進行網站連線測試,有兩點注意事項
- 測試端的 ab 版本支援程度
- 受測端網站 HTTP Server & DataBase Server & 程式效能最佳化
在此因為懶惰,所以測試端的 ab 是直接下載已經編譯好的 Apache 2.4 版本,請參考:手動安裝(非 *.msi 封裝)Apache 2.4.2 於 Windows 成功紀要
1 |
ab -n 10000 -c 100 http://social.hoyo.idv.tw/index.php |
--
2,034 total views, 1 views today