Linux Web Site stress testing Tool Webbench installation test

Source: Internet
Author: User


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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.