Windows環(huán)境下Apache服務(wù)器壓力測(cè)試
通過對(duì)服務(wù)器壓力測(cè)試可以大概了解一個(gè)服務(wù)器的負(fù)載能力,下面是Windows下的Apache服務(wù)器測(cè)試方法。
在Apache服務(wù)器自帶了一個(gè)測(cè)試程序Ab.exe可以很方便的使用 。。
命令是 ab -c 請(qǐng)求數(shù) -n 線程數(shù) 網(wǎng)址(建議輸入目標(biāo)網(wǎng)頁(yè))。。
線程數(shù)不宜過大 按照你電腦的承受能力 。。。
請(qǐng)求數(shù)有限制 防止有人亂Ddos別人 。。
例:ab -n 10 -c 10 [url]http://192.168.1.3/index.html[/url]
結(jié)果如下 。。
D:Apachebin>ab -n 10 -c 10 [url]http://192.168.1.3/index.html[/url]
(以上是輸入的命令)
Benchmarking 192.168.1.3 (be patient).....done
Server Software: Apache/2.0.63
(目標(biāo)服務(wù)器Apache版本號(hào))
Server Hostname: 192.168.1.3
(目標(biāo)服務(wù)器主機(jī)頭名稱)
Server Port: 80
(目標(biāo)服務(wù)器Apache端口)
Document Path: /index.html
(目標(biāo)網(wǎng)頁(yè)相對(duì)地址)
Document Length: 292 bytes
(目標(biāo)網(wǎng)頁(yè)大小)
Concurrency Level: 10
(并發(fā)線程數(shù))
Time taken for tests: 0.140625 seconds
(使用時(shí)間)
Complete requests: 10
(成功的請(qǐng)求數(shù)量)
Failed requests: 0
(失敗的請(qǐng)求數(shù)量)
Write errors: 0
(發(fā)生錯(cuò)誤數(shù)量)
Total transferred: 5750 bytes
(全部使用的流量)
HTML transferred: 2920 bytes
(Html文件使用的流量)
Requests per second: 71.11 [#/sec] (mean)
(指標(biāo)一 平均每秒請(qǐng)求數(shù))
Time per request: 140.625 [ms] (mean)
(指標(biāo)二 平均事務(wù)響應(yīng)時(shí)間)
Time per request: 14.063 [ms] (mean, across all concurrent requests)
(每秒請(qǐng)求時(shí)間)
Transfer rate: 35.56 [Kbytes/sec] received
(傳輸速率)
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 109 124 16.3 140 140
Waiting: 109 124 16.3 140 140
Total: 109 124 16.3 140 140
(所有請(qǐng)求的響應(yīng)情況)
Percentage of the requests served within a certain time (ms)
50% 140
66% 140
75% 140
80% 140
90% 140
95% 140
98% 140
99% 140
100% 140 (longest request)
每個(gè)請(qǐng)求都有一個(gè)響應(yīng)時(shí)間 。。
比如 其中 50% 的用戶響應(yīng)時(shí)間小于 140 毫秒 。。
最大的響應(yīng)時(shí)間小于 140 毫秒 (100% 處) 。。
關(guān)鍵字:Apache 服務(wù)器
新文章:
- CentOS7下圖形配置網(wǎng)絡(luò)的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS單網(wǎng)卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗(yàn)證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網(wǎng)打印機(jī)IP講解
- CentOS7使用hostapd實(shí)現(xiàn)無AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網(wǎng)絡(luò)重啟出錯(cuò)
- 解決Centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統(tǒng)有什么不同呢
- Centos 6.6默認(rèn)iptable規(guī)則詳解