Skip to content

Hugoxi/WebBench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webbench

webbench is a very simple tool for benchmarking WWW or proxy servers in Linux. It uses fork() for simulating multiple clients to test if your website can handle many clients at once.

##Install

cmake .
sudo make
sudo make install

##Usage

short PARM long PARM Usage
-f --force don't wait for the server response
-r --reload send request to reload
-t --time running time, second(s)
-p --proxy server:port send request via proxy server
-c --clients create how many clients, default:1
-9 --http09 use HTTP/0.9
-1 --http10 use HTTP/1.0
-2 --http11 use HTTP/1.1
--get use GET
--head use HEAD
--options use OPTIONS
--trace use TRACE
-?/-h --help print help info
-V --version print version

About

A very simple tool for benchmarking WWW or proxy servers in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 84.9%
  • Roff 14.2%
  • CMake 0.9%