linux下web專案的壓力測試軟體
阿新 • • 發佈:2019-02-02
- wget http://soft.vpser.net/test/siege/siege-2.67.tar.gz
- tar -zxf siege-2.67.tar.gz
- cd siege-2.67/
- /configure
- make && make install
- siege -c 200 -r 10 -f test.txt
Lifting the server siege… done.
Transactions: 3419263 hits //完成419263次處理
Availability: 100.00 % //100.00 % 成功率
Elapsed time: 5999.69 secs //總共用時
Data transferred: 84273.91 MB //共資料傳輸84273.91 MB
Response time: 0.37 secs //相應用時1.65秒:顯示網路連線的速度
Transaction rate: 569.91 trans/sec //均每秒完成 569.91 次處理:表示伺服器後
Throughput: 14.05 MB/sec //平均每秒傳送資料
Concurrency: 213.42 //實際最高併發數
Successful transactions: 2564081 //成功處理次數
Failed transactions: 11 //失敗處理次數
Longest transaction: 29.04 //每次傳輸所花最長時間
Shortest transaction: 0.00 //每次傳輸所花最短時間