Project Name: Web Bench
Version: 1.5
UPDATE: June 25 2004
Platform:posix C
Platform: Linux
File: webbench-1.5.tar.gz (7675 bytes)
Official website: http://home.tiscali.cz/cz210552/webbench.html
Download Address: http://home.tiscali.cz/cz210552/distfiles/webbench-1.5.tar.gz
3 Web Bench Installation Use
3.1 Compile Installation:
1. Download Webbench file
Download webbench files or wget commands directly on the Internet:
wget http://home.tiscali.cz/cz210552/distfiles/webbench-1.5.tar.gz
2. Unzip the file to be compiled
TARZXVF webbench-1.5.tar.gz
3. Compiling source code and installation files
CD webbench-1.5
Vim Makefile (Custom installation path, prefix?=/usr/local)
make&& make Install
3.2 Possible errors
Problem Description:
My system is CentOS6.3, the following error in the installation times:
Cc-wall-ggdb-w-o-c-o webbench.o webbench.c
WEBBENCH.C: In the function ' Alarm_handler ':
WEBBENCH.C:77: Warning: Unused parameter ' signal '
Cc-wall-ggdb-w-o-o Webbench WEBBENCH.O
Ctags *.c
Install-s Webbench/usr/local/bin
Install-m 644 Webbench.1/usr/local/man/man1
Install: Unable to create normal file '/usr/local/man/man1″: no file or directory
Make: * * * * [Install] Error 1
Solution:
1 The lack of ctags command caused by the need to install Ctags
wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
CD ctags-5.8
./configure && make && make install
2 Cannot create normal file "/usr/local/man/man1″: no file or directory
Manually create the man and Man/man1 under/usr/local/, and go back to webbench-1.5 make && makeinstall.
3.3 Use
Webbench-c 500-t http://172.7.9.201/
Parameter Description:-C Indicates the number of concurrent,-T represents time (seconds)