网站压力测试工具webbench简介、安装、使用
生活随笔
收集整理的這篇文章主要介紹了
网站压力测试工具webbench简介、安装、使用
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
webbench最多可以模擬3萬個并發(fā)連接去測試網站的負載能力,個人感覺要比Apache自帶的ab壓力測試工具好,安裝使用也特別方便。
1、適用系統(tǒng):
Linux
2、編譯安裝:
wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install
3、使用: make && make install 報錯
ctags *.c
/bin/sh: ctags: command not found
make: [tags] Error 127 (ignored)
install -s webbench /usr/local/bin
install -m 644 webbench.1 /usr/local/man/man1
install: cannot create regular file `/usr/local/man/man1′: No such file or directory
make: *** [install] Error 1
解決辦法:
[root@localhost webbench-1.5]# mkdir /usr/local/man
[root@localhost webbench-1.5]# make && make install
4、測試
[root@localhost webbench-1.5]# webbench -c 500 -t 30 http://127.0.0.1/index.html
5.結果:
Webbench – Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.
Benchmarking: GET http://127.0.0.1/phpinfo.php
500 clients, running 30 sec.
Speed=10052 pages/min, 7572446 bytes/sec.
1、適用系統(tǒng):
Linux
2、編譯安裝:
wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install
3、使用: make && make install 報錯
ctags *.c
/bin/sh: ctags: command not found
make: [tags] Error 127 (ignored)
install -s webbench /usr/local/bin
install -m 644 webbench.1 /usr/local/man/man1
install: cannot create regular file `/usr/local/man/man1′: No such file or directory
make: *** [install] Error 1
解決辦法:
[root@localhost webbench-1.5]# mkdir /usr/local/man
[root@localhost webbench-1.5]# make && make install
4、測試
[root@localhost webbench-1.5]# webbench -c 500 -t 30 http://127.0.0.1/index.html
5.結果:
Webbench – Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.
Benchmarking: GET http://127.0.0.1/phpinfo.php
500 clients, running 30 sec.
Speed=10052 pages/min, 7572446 bytes/sec.
Requests: 5026 susceed, 0 failed.
本文轉自 boy461205160 51CTO博客,原文鏈接:http://blog.51cto.com/461205160/1744974
總結
以上是生活随笔為你收集整理的网站压力测试工具webbench简介、安装、使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux 常用快捷键
- 下一篇: 分离Exchange的OWA和Micro