2
0
Fork 0
Small tool to benchmark webservers https://redmine.lighttpd.net/projects/weighttp/wiki
Go to file
Glenn Strauss f680becd0b v0.4 2016-04-14 22:28:08 -04:00
src more robust chunked response parsing (fixes #2554) 2016-04-14 22:16:46 -04:00
.gitignore add autobuild; remove build-date from binary 2015-06-21 21:49:18 +02:00
COPYING v0.3 2011-10-16 12:01:50 +02:00
Makefile.am add autobuild; remove build-date from binary 2015-06-21 21:49:18 +02:00
README add autobuild; remove build-date from binary 2015-06-21 21:49:18 +02:00
TODO add support for responses that are not keepalive, not chunked and don't have any content-length header 2009-10-04 17:45:19 +02:00
autogen.sh add autobuild; remove build-date from binary 2015-06-21 21:49:18 +02:00
configure.ac v0.4 2016-04-14 22:28:08 -04:00
waf initial commit 2009-09-10 20:09:56 +02:00
wscript v0.4 2016-04-14 22:28:08 -04:00

README

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