Web壓力測試軟件webbench

官方網站:http://home.tiscali.cz/~cz210552/webbench.html
下載地址:http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gzhtml

1.安裝webbench
wget http://www.honglei.net/file/webbench-1.5.tar.gz
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make installweb

若是出現下面錯誤提示:
ctags *.c
/bin/sh: ctags: command not found
解決方法:安裝ctags
yum install ctags併發

若是安裝了ctags, 仍然報錯:
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
解決方法
mkdir -m 644 -p /usr/local/man/man1網站

2.運行
webbench -c 500 -t 30 http://www.baidu.com/
參數說明:-c表示併發數,-t表示時間(秒).net

相關文章
相關標籤/搜索