2016-04-14 22:28:08 -04:00
2016-04-14 22:28:08 -04:00
2011-10-16 12:01:50 +02:00
waf
2009-09-10 20:09:56 +02:00
2016-04-14 22:28:08 -04:00

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

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

DEPENDENCIES
============

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

BUILD (autobuild)
=====

When running from git (should not be necessary when building from tar),
requires automake, autoconf and friends:

$ ./autogen.sh

Then:

$ ./configure
$ make

INSTALL (autobuild)
=======

$ make install
or
$ sudo make install

BUILD (waf)
=====

Make sure you have python installed, then:

$ ./waf configure
$ ./waf build

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


INSTALL (waf)
=======

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


USAGE
=====

$ weighttp -h
Description
Small tool to benchmark webservers
https://redmine.lighttpd.net/projects/weighttp/wiki
Readme 136 KiB
Languages
C 85.8%
M4 7.6%
Python 5.2%
Shell 0.8%
Makefile 0.6%