Dosyaya git
Thomas Porzelt 9df53d5efc v0.2 2009-09-30 23:32:20 +02:00
src add chunked encoding support 2009-09-30 23:31:03 +02:00
.gitignore initial commit 2009-09-10 20:09:56 +02:00
COPYING add newlines at end of files 2009-09-10 23:45:34 +02:00
README add newlines at end of files 2009-09-10 23:45:34 +02:00
TODO add chunked encoding support 2009-09-30 23:31:03 +02:00
waf initial commit 2009-09-10 20:09:56 +02:00
wscript v0.2 2009-09-30 23:32:20 +02:00

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