2013-05-10 14:07:11 +02:00
2013-05-10 14:07:11 +02:00
2011-10-16 12:01:50 +02:00
2009-09-10 20:09:56 +02:00
2011-10-16 12:01:50 +02:00
2009-09-10 23:45:34 +02:00
waf
2009-09-10 20:09:56 +02:00
2011-10-16 12:01:50 +02:00

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
Description
No description provided
Readme 121 KiB
Languages
C 94.1%
Python 5.9%