You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Stefan Bühler 09ef98e7ae
remove Makefile from debian branch
10 years ago
debian remove Makefile from debian branch 10 years ago
src v0.3 12 years ago
.gitignore initial commit 14 years ago
COPYING v0.3 12 years ago
README add newlines at end of files 14 years ago
TODO add support for responses that are not keepalive, not chunked and don't have any content-length header 14 years ago
waf initial commit 14 years ago
wscript v0.3 12 years ago

README

weighttp - a lightweight and simple webserver benchmarking tool
-----------------------------------------

Please see http://weighttp.lighttpd.net/ for current info.


BUILD
=====

Make sure you have libev* and python (for waf) installed, then:

$ ./waf configure
$ ./waf build

See ./waf --help for available configure options and other commands available.


INSTALL
=======

$ ./waf install
or
$ sudo ./waf install


USAGE
=====

$ weighttp -h


UNINSTALL
=========

$ ./waf uninstall
or
$ sudo ./waf uninstall


You can also chain commands:

$ ./waf configure clean build install

----

* libev can be found in your distro's repository or at http://software.schmorp.de/pkg/libev.html